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

CI: Add test job for Python 3.13 #364

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

CI: Add test job for Python 3.13 #364

wants to merge 1 commit into from

Conversation

EwoutH
Copy link
Collaborator

@EwoutH EwoutH commented Jul 8, 2024

Python 3.13 is now in beta, thus is might be useful to start testing what works and what doesn't.

This PR adds a Python 3.13 job on Ubuntu.

@EwoutH
Copy link
Collaborator Author

EwoutH commented Jul 8, 2024

Stuck on SciPy: scipy/scipy#16308 (comment)

@EwoutH
Copy link
Collaborator Author

EwoutH commented Aug 20, 2024

Looks like SciPy 1.14.1 is incoming: scipy/scipy#21362

Python 3.13 is now in beta, thus is might be useful to start testing what works and what doesn't.

This PR adds a Python 3.13 job on Ubuntu.
@EwoutH
Copy link
Collaborator Author

EwoutH commented Sep 9, 2024

There's one single additional warning on Python 3.13:

ema_workbench/em_framework/futures_ipyparallel.py:15: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input & format.
See python/cpython#70647.
from ipyparallel.engine.log import EnginePUBHandler

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

Successfully merging this pull request may close these issues.

1 participant