Skip to content

Commit 707cf4a

Browse files
oscargusbrandonwillard
authored andcommitted
Updates versioneer for Python 3.11 and updated supported versions and tests
1 parent ea52306 commit 707cf4a

File tree

4 files changed

+733
-356
lines changed

4 files changed

+733
-356
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
strategy:
5656
matrix:
5757
python-version:
58-
- 3.6
5958
- 3.7
6059
- 3.8
60+
- 3.9
61+
- '3.10'
6162
- pypy3
6263
steps:
6364
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
"Operating System :: OS Independent",
3333
"Programming Language :: Python",
3434
"Programming Language :: Python :: 3",
35-
"Programming Language :: Python :: 3.6",
3635
"Programming Language :: Python :: 3.7",
3736
"Programming Language :: Python :: 3.8",
37+
"Programming Language :: Python :: 3.9",
38+
"Programming Language :: Python :: 3.10",
3839
"Programming Language :: Python :: Implementation :: CPython",
3940
"Programming Language :: Python :: Implementation :: PyPy",
4041
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)