We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea52306 commit 707cf4aCopy full SHA for 707cf4a
4 files changed
.github/workflows/tests.yml
@@ -55,9 +55,10 @@ jobs:
55
strategy:
56
matrix:
57
python-version:
58
- - 3.6
59
- 3.7
60
- 3.8
+ - 3.9
61
+ - '3.10'
62
- pypy3
63
steps:
64
- uses: actions/checkout@v2
setup.py
@@ -32,9 +32,10 @@
32
"Operating System :: OS Independent",
33
"Programming Language :: Python",
34
"Programming Language :: Python :: 3",
35
- "Programming Language :: Python :: 3.6",
36
"Programming Language :: Python :: 3.7",
37
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
38
+ "Programming Language :: Python :: 3.10",
39
"Programming Language :: Python :: Implementation :: CPython",
40
"Programming Language :: Python :: Implementation :: PyPy",
41
"Topic :: Software Development :: Libraries",
0 commit comments