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 f7f47d2 commit f7da86eCopy full SHA for f7da86e
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.*, <= 3.11.*',
64
install_requires=install_requires,
65
license='${GEODE_WHEEL_LICENSE}',
66
zip_safe=False,
0 commit comments