Skip to content

Commit 35f534a

Browse files
authored
Merge pull request #848 from Bastian-Krause/bst/python3.10
github/setup.py: add Python 3.10 classifier/test job
2 parents ec10984 + fd2c97a commit 35f534a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.7', '3.8', '3.9']
12+
python-version: ['3.7', '3.8', '3.9', '3.10']
1313
experimental: [false]
1414
steps:
1515
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@
8484
"Programming Language :: Python :: 3.7",
8585
"Programming Language :: Python :: 3.8",
8686
"Programming Language :: Python :: 3.9",
87+
"Programming Language :: Python :: 3.10",
8788
],
8889
)

0 commit comments

Comments
 (0)