Skip to content

Commit 8abef29

Browse files
try vcs-versioning<2.0
1 parent 80f2856 commit 8abef29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ where = ["src"]
8080
"*" = ["*.c", "*.h", "*.pyx"]
8181

8282
[build-system]
83-
requires = ["setuptools>=78.1.1", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
83+
requires = ["setuptools>=78.1.1", "wheel", "pkgconfig", "Cython>=3.0.3", "vcs-versioning<2.0", "setuptools-scm[toml]<10.1"]
8484
build-backend = "setuptools.build_meta"
8585

8686
[tool.setuptools_scm]
@@ -172,7 +172,7 @@ module = [
172172
ignore_missing_imports = true
173173

174174
[tool.tox]
175-
requires = ["tox>=4.19", "pkgconfig", "cython", "wheel", "setuptools_scm<10.1"]
175+
requires = ["tox>=4.19", "pkgconfig", "cython", "wheel", "vcs-versioning<2.0", "setuptools-scm<10.1"]
176176
# Important: when adding/removing Python versions here,
177177
# also update the section "Test environments with different FUSE implementations" accordingly.
178178
env_list = ["py{311,312,313,314,315}-{none,llfuse,pyfuse3,mfusepy}", "docs", "ruff", "mypy", "bandit"]

requirements.d/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools >=82.0.1
2-
setuptools_scm
2+
setuptools-scm
33
pip !=24.2
44
wheel
55
virtualenv

0 commit comments

Comments
 (0)