Skip to content

Commit fd87cc8

Browse files
authored
Fix python_requires so that wheels match declared Python requirements (#248)
1 parent db09e0d commit fd87cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ def get_version():
7676
packages=find_packages(),
7777
include_package_data=True,
7878
classifiers=classifiers,
79-
python_requires=">=3.8",
79+
python_requires=">=3.11",
8080
install_requires=install_reqs,
8181
)

0 commit comments

Comments
 (0)