Skip to content

Commit ead8337

Browse files
authored
Update to Python 3.10 in the CI workflows (#618)
* Update to Python 3.10 in the CI workflows * Lint
1 parent 309375c commit ead8337

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu]
14-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"]
14+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

.github/workflows/python-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
os: [ubuntu]
38-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"]
38+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v2

.github/workflows/python-macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [macos]
14-
python-version:
15-
["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy-3.7-v7.3.3"]
14+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3"]
1615
steps:
1716
- name: Checkout
1817
uses: actions/checkout@v2

0 commit comments

Comments
 (0)