Skip to content

Commit 19d3bc9

Browse files
authored
Merge pull request #1577 from cclauss/patch-2
Add Python 3.10 to the testing
2 parents b15bea1 + d5a7db3 commit 19d3bc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8, 3.9]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1212

1313
steps:
1414
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@
7878
"Programming Language :: Python :: 3.7",
7979
"Programming Language :: Python :: 3.8",
8080
"Programming Language :: Python :: 3.9",
81+
"Programming Language :: Python :: 3.10",
8182
],
8283
)

0 commit comments

Comments
 (0)