Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Python 3.13 support #707

Open
3 of 6 tasks
veenstrajelmer opened this issue Oct 9, 2024 · 0 comments
Open
3 of 6 tasks

Investigate Python 3.13 support #707

veenstrajelmer opened this issue Oct 9, 2024 · 0 comments

Comments

@veenstrajelmer
Copy link
Collaborator

veenstrajelmer commented Oct 9, 2024

What is the need for this task.
Python 3.13 was released on 1 October 2024, let's see if the testbanks pass.

What is the task?

  • add py3.13 to ci
  • release lxml upper bound since installation failed
  • installation failed on pandas error (which is not a dependency, but it comes from xarray). It fails because pandas 2.0.3 is being installed, while 2.2.3 is the first version that can be installed on python 3.13 >> add python-version-dependent pandas dependency to please poetry
  • upon installation of netCDF4: ValueError: did not find HDF5 headers >> New post release to create Python 3.13 wheels Unidata/netcdf4-python#1370
  • numpy<2 does not support python 3.13 yet, so this requirement has to be released: Investigate numpy 2.0.0 support #657
  • if green, add py3.13 to pyproject.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant