Skip to content

Commit 1ae8077

Browse files
authored
Merge pull request #1346 from pganssle/release_2.9.0.post0
Pin `setuptools_scm` to <8
2 parents db9d018 + ee6de9d commit 1ae8077

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 2.9.0.post0 (2024-03-01)
2+
================================
3+
4+
Bugfixes
5+
--------
6+
7+
- Pinned ``setuptools_scm`` to ``<8``, which should make the generated ``_version.py`` file compatible with all supported versions of Python.
8+
9+
110
Version 2.9.0 (2024-02-29)
211
==========================
312

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"setuptools; python_version != '3.3'",
44
"setuptools<40.0; python_version == '3.3'",
55
"wheel",
6-
"setuptools_scm"
6+
"setuptools_scm<8.0"
77
]
88
build-backend = "setuptools.build_meta"
99

0 commit comments

Comments
 (0)