From 9551363b1f155fbbd6e95328fd4587b7da741af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20F=C3=B6hr?= Date: Sat, 25 May 2024 21:10:33 +0300 Subject: [PATCH] update setuptools-scm from 8.0.4 to 8.1.0 (#299) 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 --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 59fa32c2..d752a250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/tox.ini b/tox.ini index b7c9193e..42918879 100644 --- a/tox.ini +++ b/tox.ini @@ -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