Skip to content

Commit feb0b74

Browse files
committed
Add Python 3.10 to test matrix
1 parent bca2561 commit feb0b74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9]
18+
python-version: [3.7, 3.8, 3.9, 3.10]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def read(fname):
3535
"Programming Language :: Python :: 3.7",
3636
"Programming Language :: Python :: 3.8",
3737
"Programming Language :: Python :: 3.9",
38+
"Programming Language :: Python :: 3.10",
3839
],
3940
test_suite="tests",
4041
)

0 commit comments

Comments
 (0)