Skip to content

Commit 6cf602d

Browse files
authored
Update OpenGeodeModule-setup.py.in
1 parent f7da86e commit 6cf602d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/OpenGeodeModule-setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ setup(
6060
package_data={
6161
'${project_name}': ['*/*.so', '*/*.dll', '*/*.pyd', 'share/*/*.db']
6262
},
63-
python_requires='>= 3.8.*, <= 3.11.*',
63+
python_requires='>= 3.8.0, < 3.12.0',
6464
install_requires=install_requires,
6565
license='${GEODE_WHEEL_LICENSE}',
6666
zip_safe=False,

0 commit comments

Comments
 (0)