Skip to content

Commit caa05b6

Browse files
committed
setup.py: add python 3.10, 3.11
1 parent 2a269fc commit caa05b6

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
@@ -172,6 +172,8 @@ def build_extensions(self):
172172
"Programming Language :: Python :: 3.7",
173173
"Programming Language :: Python :: 3.8",
174174
"Programming Language :: Python :: 3.9",
175+
"Programming Language :: Python :: 3.10",
176+
"Programming Language :: Python :: 3.11",
175177
"Programming Language :: Cython",
176178
"Topic :: Office/Business :: Financial",
177179
"Topic :: Scientific/Engineering :: Mathematics",

0 commit comments

Comments
 (0)