Skip to content

Commit 96ef762

Browse files
authored
Support python 3.10 (#171)
1 parent 3811fe6 commit 96ef762

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
11+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
1212

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

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"Programming Language :: Python :: 3.7",
5151
"Programming Language :: Python :: 3.8",
5252
"Programming Language :: Python :: 3.9",
53+
"Programming Language :: Python :: 3.10",
5354
"Topic :: Utilities",
5455
"Topic :: System"
5556
]

0 commit comments

Comments
 (0)