Skip to content

Commit 8c390df

Browse files
committed
add newly supported pythons
1 parent 7400c3c commit 8c390df

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
@@ -41,6 +41,8 @@
4141
"Programming Language :: Python :: 3.7",
4242
"Programming Language :: Python :: 3.8",
4343
"Programming Language :: Python :: 3.9",
44+
"Programming Language :: Python :: 3.10",
45+
"Programming Language :: Python :: 3.11",
4446
],
4547
install_requires=["six>=1.9.0"],
4648
extras_require={"gmpy2": "gmpy2", "gmpy": "gmpy"},

0 commit comments

Comments
 (0)