Skip to content

Commit

Permalink
Merge pull request #1346 from pganssle/release_2.9.0.post0
Browse files Browse the repository at this point in the history
Pin `setuptools_scm` to <8
  • Loading branch information
pganssle committed Mar 1, 2024
2 parents db9d018 + ee6de9d commit 1ae8077
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
@@ -1,3 +1,12 @@
Version 2.9.0.post0 (2024-03-01)
================================

Bugfixes
--------

- Pinned ``setuptools_scm`` to ``<8``, which should make the generated ``_version.py`` file compatible with all supported versions of Python.


Version 2.9.0 (2024-02-29)
==========================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools; python_version != '3.3'",
"setuptools<40.0; python_version == '3.3'",
"wheel",
"setuptools_scm"
"setuptools_scm<8.0"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 1ae8077

Please sign in to comment.