Skip to content

Commit 440bd17

Browse files
committed
3.2.0
Fix a version issue of the setup tool.
1 parent 15b34a3 commit 440bd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def find_module_path(module_name):
233233
cmdclass={
234234
'install': PostInstallCommand,
235235
},
236-
python_requires='>=3.6,<=3.10',
236+
python_requires='>=3.6,<3.11',
237237
license='GPLv3',
238238
install_requires=INSTALL_REQUIRES_FILE,
239239
distclass=BinaryDistribution,

0 commit comments

Comments
 (0)