Update constraints for python 3.12

This commit is contained in:
Daniel A. Wozniak 2024-10-28 15:16:10 -07:00 committed by Daniel Wozniak
parent 69de3682f0
commit 9ef8f4f041

View file

@ -1,3 +1,4 @@
setuptools >= 65.6.3,< 69.0
setuptools-scm < 8.0.0
pip >= 23.3,< 24.0
pip >= 23.3,< 24.0 ; python_version < '3.12'
pip >24 ; python_version >= '3.12'