Skip to content

Commit

Permalink
Correcting setuptools limitation needed for 3.12 support. RE:natcap#1425
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Apr 8, 2024
1 parent fe8bb35 commit ccc2055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ pytest
pytest-subtests
wheel>=0.27.0
pypiwin32; sys_platform == 'win32' # pip-only
setuptools>=8.0,<60.7.0 # https://github.com/pyinstaller/pyinstaller/issues/6564

# 60.7.0 exception because of https://github.com/pyinstaller/pyinstaller/issues/6564
setuptools>=8.0,!=60.7.0
PyInstaller>=4.10
setuptools_scm>=6.4.0
requests
Expand Down

0 comments on commit ccc2055

Please sign in to comment.