Skip to content

Commit

Permalink
MAINT, REL: unpin Python 1.11.x branch (#19517)
Browse files Browse the repository at this point in the history
* this patch against our latest maintenance branch is
related to gh-19513, and NumPy made a similar decision
upstream in numpy/numpy#24962

* the discussions surrounding this are pretty confusing,
but it seems like we may need to do it for resolvers
like those used by `poetry`...

* I suppose this increases the likelihood I have to do
`1.11.4`, but it was looking somewhat likely anyway...

[skip cirrus] [skip circle]
  • Loading branch information
tylerjereddy committed Nov 15, 2023
1 parent 0ae31ea commit bd349bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ maintainers = [
# Note: Python and NumPy upper version bounds should be set correctly in
# release branches, see:
# https://scipy.github.io/devdocs/dev/core-dev/index.html#version-ranges-for-numpy-and-other-dependencies
requires-python = ">=3.9,<3.13"
requires-python = ">=3.9"
dependencies = [
"numpy>=1.21.6,<1.28.0",
]
Expand Down

0 comments on commit bd349bd

Please sign in to comment.