Skip to content

Commit

Permalink
update python version lower limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickotto authored Oct 10, 2024
1 parent 827f08e commit 9c0271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def calculate_version():

setup(
name='TPOT2',
python_requires='<3.12', #for configspace compatibility
python_requires='>=3.10, <3.12', #for configspace compatibility
version=package_version,
author='Pedro Ribeiro',
packages=find_packages(),
Expand Down

0 comments on commit 9c0271c

Please sign in to comment.