Skip to content

Commit 82d7657

Browse files
committed
REL: Remove Python upper version from the release branch
While the upper version is technically correct for the released version of NumPy (we are sure it will not work on Python 3.13) advertising it creates some problems, mostly for locking resolvers. They try to guess correct versions for non-released Python versions... This is probably an ecosystem or just "reasons", but it seems less useful than trouble to do the correct advertising here. See numpygh-24810 for *way* too much discussion about the why (and you will still be confused afterwards probably, so...). This needs to be fixed or at least documented clearer upstream by PyPA or similar, but... Closes numpygh-24810
1 parent 87e1706 commit 82d7657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = [{name = "Travis E. Oliphant et al."}]
2626
maintainers = [
2727
{name = "NumPy Developers", email="numpy-discussion@python.org"},
2828
]
29-
requires-python = ">=3.9,<3.13"
29+
requires-python = ">=3.9"
3030
readme = "README.md"
3131
classifiers = [
3232
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)