Skip to content

Commit

Permalink
Use Python 3.10 for style_checks and publish-to-pypi CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Oct 27, 2021
1 parent aac4456 commit 591728f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.9
python-version: '3.10'

- name: Install dependencies
run: python -m pip install setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.9
python-version: '3.10'

- name: Install packages
run: |
Expand Down

0 comments on commit 591728f

Please sign in to comment.