Skip to content

Commit 591728f

Browse files
committed
Use Python 3.10 for style_checks and publish-to-pypi CI workflows
1 parent aac4456 commit 591728f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/[email protected]
3333
with:
34-
python-version: 3.9
34+
python-version: '3.10'
3535

3636
- name: Install dependencies
3737
run: python -m pip install setuptools wheel

.github/workflows/style_checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/[email protected]
2424
with:
25-
python-version: 3.9
25+
python-version: '3.10'
2626

2727
- name: Install packages
2828
run: |

0 commit comments

Comments
 (0)