We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7da86e commit 6cf602dCopy full SHA for 6cf602d
cmake/OpenGeodeModule-setup.py.in
@@ -60,7 +60,7 @@ setup(
60
package_data={
61
'${project_name}': ['*/*.so', '*/*.dll', '*/*.pyd', 'share/*/*.db']
62
},
63
- python_requires='>= 3.8.*, <= 3.11.*',
+ python_requires='>= 3.8.0, < 3.12.0',
64
install_requires=install_requires,
65
license='${GEODE_WHEEL_LICENSE}',
66
zip_safe=False,
0 commit comments