Skip to content

Commit

Permalink
Update to Python 3.10 in the CI workflows (#618)
Browse files Browse the repository at this point in the history
* Update to Python 3.10 in the CI workflows

* Lint
  • Loading branch information
jtpio committed Nov 26, 2021
1 parent 309375c commit ead8337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/python-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [macos]
python-version:
["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy-3.7-v7.3.3"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ead8337

Please sign in to comment.