Skip to content

Commit

Permalink
update setuptools-scm from 8.0.4 to 8.1.0 (#299)
Browse files Browse the repository at this point in the history
This tries to fix the failing pipeline in #297

See, for example https://github.com/apache/arrow/issues -> 41563
and https://github.com/pypa/setuptools_scm/issues -> 1038
  • Loading branch information
fohrloop committed May 25, 2024
1 parent b5f486c commit 9551363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Changelog = "https://wakepy.readthedocs.io/stable/changelog.html"
wakepy = "wakepy.__main__:main"

[build-system]
requires = ["setuptools==69.1.0", "setuptools_scm==8.0.4"]
requires = ["setuptools==69.1.0", "setuptools_scm==8.1.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ deps =
; Build tested working only on python 3.10. (and will not work on python
; 3.7)
setuptools==69.1.0; python_version>='3.10'
setuptools_scm==8.0.4; python_version>='3.10'
setuptools_scm==8.1.0; python_version>='3.10'
wheel==0.43.0; python_version>='3.10'
commands =
; See also the tox_on_install in toxfile.py which is guaranteed to be
Expand Down

0 comments on commit 9551363

Please sign in to comment.