Skip to content

Commit 294e981

Browse files
authored
Merge pull request #525 from eriknw/update_python_versions
Update supported Python versions in setup.py
2 parents de0c690 + 5f265c9 commit 294e981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
"Programming Language :: Python :: 3.6",
3333
"Programming Language :: Python :: 3.7",
3434
"Programming Language :: Python :: 3.8",
35+
"Programming Language :: Python :: 3.9",
36+
"Programming Language :: Python :: 3.10",
3537
"Programming Language :: Python :: Implementation :: CPython",
3638
"Programming Language :: Python :: Implementation :: PyPy"])

0 commit comments

Comments
 (0)