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

Run Python 3.13 testbank #559

Open
6 of 16 tasks
veenstrajelmer opened this issue Oct 1, 2023 · 2 comments
Open
6 of 16 tasks

Run Python 3.13 testbank #559

veenstrajelmer opened this issue Oct 1, 2023 · 2 comments
Labels

Comments

@veenstrajelmer
Copy link
Collaborator

veenstrajelmer commented Oct 1, 2023

First pre-release is available at the end of October according to https://peps.python.org/pep-0719/#schedule, final in October 2024:

  • 3.13.0 beta 1: Wednesday, 2024-05-08 (No new features beyond this point.)
  • 3.13.0 beta 2: Wednesday, 2024-06-05
  • 3.13.0 beta 3: Thursday, 2024-06-27
  • now (4-7-2024)
  • 3.13.0 beta 4: Tuesday, 2024-07-16
  • 3.13.0 candidate 1: Tuesday, 2024-07-30
  • 3.13.0 candidate 2: Tuesday, 2024-09-03
  • 3.13.0 final: Tuesday, 2024-10-01

Github available versions: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Testbank fails because of:

If py3.13 testbank is green:

  • add to general pytest workflow file (runs on every PR and merge)
  • remove dedicated py313 workflow file (or maybe keep since it is prerelease)
  • add py3.13 to supported versions in pyproject.toml
  • updated readme/installation/contributing docs

For future reference: https://scientific-python.org/specs/spec-0000/

@veenstrajelmer veenstrajelmer changed the title Run py3.13 testbank Run Python 3.13 testbank Feb 2, 2024
@rgommers
Copy link

Hi, I noticed this from an incoming link on a scipy issue. I just wanted to point out that there are numpy and scipy nightlies at https://anaconda.org/scientific-python-nightly-wheels/numpy/ and https://anaconda.org/scientific-python-nightly-wheels/scipy/. You should use those if you want 3.13 support without having to build from source. And never build releases from PyPI for a future Python version; build from main instead if you do choose to build from source.

@veenstrajelmer
Copy link
Collaborator Author

veenstrajelmer commented Jun 27, 2024

Hi @rgommers thanks for the heads up. I read something like that indeed, but I am not in a hurry. This issue is just meant to track the development of Python 3.13 support of the dfm_tools dependencies. Every now and then I run the testbank to see if it can already install all dependencies or not (with released versions). Once it can install without issues, I will check if all tests pass and then add 3.13 to the supported versions in the pyproject.toml.

Also I enjoy following the discussion on numpy/scipy boards, since it seems to be quite a thing to add 3.13 support. Thanks for all the hard work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants