Skip to content

Commit

Permalink
Upper lim on Python
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Jul 1, 2024
1 parent 85c7aef commit 4c66971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ def read(*parts):
# >=3.7 for dataclass, capture_output, dict ordering, np>=1.20.
# ==3.7 for Colab
# ==3.9 for the DAPPER/GCP cluster, since dill isn't compat. across versions.
python_requires='>=3.9',
# <3.11 because it failed with multiprocessing
python_requires='>=3.9,<3.11',
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS,

Expand Down

0 comments on commit 4c66971

Please sign in to comment.