Skip to content

Commit 20c95a3

Browse files
committed
CI: Test on Python 3.10, build packages in Python 3.10
1 parent 7c4422e commit 20c95a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- os: ubuntu-latest
24-
python-version: 3.8
24+
python-version: "3.10"
2525
steps:
2626
- uses: actions/checkout@v2
2727
with:

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest']
27-
python-version: [3.8, 3.9]
27+
python-version: [3.8, 3.9, "3.10"]
2828
install: ['pip']
2929
check: ['ci_tests']
3030
pip-flags: ['PRE_PIP_FLAGS']

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: ['ubuntu-latest', 'macos-latest']
29-
python-version: [3.6, 3.7, 3.8, 3.9]
29+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
3030
install: ['pip']
3131
check: ['ci_tests']
3232
pip-flags: ['']

0 commit comments

Comments
 (0)