Skip to content

Commit 4876a6c

Browse files
committed
Update python version to 3.10 in CI
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent a2fcb3f commit 4876a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.9
16+
python-version: 3.10
1717
- name: Install pypa/build
1818
run: python -m pip install build --user
1919
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)