Skip to content

Commit 3e2d3b0

Browse files
committed
test
1 parent 430b909 commit 3e2d3b0

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.0, < 3.12.0',
63+
python_requires='>= 3.8, < 3.12',
6464
install_requires=install_requires,
6565
license='${GEODE_WHEEL_LICENSE}',
6666
zip_safe=False,

0 commit comments

Comments
 (0)