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

Python 3.13 support #393

Open
pllim opened this issue Sep 3, 2024 · 5 comments
Open

Python 3.13 support #393

pllim opened this issue Sep 3, 2024 · 5 comments

Comments

@pllim
Copy link
Contributor

pllim commented Sep 3, 2024

When Python 3.13 is out, need to:

  1. Add CI for py313 -- Done in Python 3.13 support #394
  2. Add wheel build for py313 -- Done in Python 3.13 support #394
  3. New release so the wheels get pushed out and for conda-forge to pick up (nightly already available)
  4. Update CI to use py313 regularly

Was reminded by #392

@pllim

This comment was marked as resolved.

@lpsinger
Copy link

lpsinger commented Sep 4, 2024

You don't necessarily need to wait until Python 3.13 is released. There is a prerelease mode for actions/setup-python that ought to allow you to test against Python 3.13. Many packages (numpy, scipy) have already released wheels for Python 3.13.

@pllim

This comment was marked as outdated.

@pllim
Copy link
Contributor Author

pllim commented Sep 5, 2024

Testing is done in #394 . Would be nice if I have a way to upload nightly wheel for synphot instead of doing a PyPI release before Python 3.13 stable is out. We will see...

Thanks for the ping!

@pllim
Copy link
Contributor Author

pllim commented Sep 6, 2024

BTW, I unleashed the nightly wheel at https://anaconda.org/STScI/synphot

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

No branches or pull requests

2 participants