Uh oh!
There was an error while loading. Please reload this page.
Support Python 3.13, drop 3.10 - #143
Conversation
bobleesj
commented
Oct 24, 2024
@sbillinge ready for review |
sbillinge
left a comment
There was a problem hiding this comment.
Talking to Tieqiong, we realize that in the toml file we want the line requires-python = ">=3.10" to be changed to 3.11 but also a <=3.13 (not sure the right syntax). In the future when conda-forge migrates to the next python version this will then fail with an unresolved error and not just break in the code.
This applies to all the packages so we need to let everyone know and have them update their packages this way.
bobleesj
left a comment
There was a problem hiding this comment.
@sbillinge ready for review - requires-python = ">=3.11, <=3.13" added
bobleesj
commented
Oct 24, 2024
@sbillinge Added an news item for |
bobleesj
commented
Oct 24, 2024
@sbillinge Okay - |
bobleesj
commented
Oct 24, 2024
@sbillinge Updated the news file as provided in the |
PLEASE READ FOR GITHUB MAINTAINERS:
If your package supports Python 3.10, 3.11, 3.12:
requires-python = ">=3.10, <3.13"If your package supports Python 3.11, 3.12, 3.13:
requires-python = ">=3.11, <3.14"For this PR reviewer:
Closes#144
Testing result:
No changes were needed.