allow setuptools_scm >= 8 again

8.0.4 got a fix, so we can allow it again.
This commit is contained in:
Thomas Waldmann 2023-10-08 00:10:36 +02:00
parent 8c267e5c3c
commit 9df5e6c139
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "pkgconfig", "Cython", "setuptools_scm>=1.7,<8"]
requires = ["setuptools", "wheel", "pkgconfig", "Cython", "setuptools_scm>=1.7"]
build-backend = "setuptools.build_meta"

View File

@ -1,5 +1,5 @@
setuptools==65.6.3
setuptools-scm==7.1.0
setuptools-scm==8.0.4
pip==22.3.1
virtualenv==20.17.1
pkgconfig==1.5.5

View File

@ -1,5 +1,5 @@
setuptools >=45, !=60.6.0, !=60.7.0
setuptools_scm <8
setuptools_scm
pip
virtualenv
pkgconfig