We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db9d018 + ee6de9d commit 1ae8077Copy full SHA for 1ae8077
NEWS
@@ -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
10
Version 2.9.0 (2024-02-29)
11
==========================
12
pyproject.toml
@@ -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"
0 commit comments