Skip to content

Commit c7222f0

Browse files
maresbricardoV94
authored andcommitted
Update python_requires to version 3.11
The recent v5.26.0 transitively requires Python >=3.11 via PyTensor. While "technically" correct, we shouldn't allow a Python version that is not installable.
1 parent f80e896 commit c7222f0

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
@@ -70,7 +70,7 @@
7070
# Also see MANIFEST.in
7171
# package_data={'docs': ['*']},
7272
classifiers=classifiers,
73-
python_requires=">=3.10",
73+
python_requires=">=3.11",
7474
install_requires=install_reqs,
7575
tests_require=test_reqs,
7676
)

0 commit comments

Comments
 (0)