[MNT] gradually remove <3.13
bounds from soft dependencies in all_extras
#478
Labels
good first issue
Good for newcomers
maintenance
Continuous integration, unit testing & package distribution
We should gradually remove
<3.13
bounds from soft dependencies inall_extras
as the soft dependencies becomepython 3.13
andnumpy 2
compatible.Here is a recipe for that:
pyproject.toml
, remove the<3.13
marker from a single soft dependencynumpy 2
and without failure, locally and on the CIrepeat until either all the above are removed, or it is clear that updates to 3.13 are unlikely, for a given package.
The text was updated successfully, but these errors were encountered: