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

Support Python 3.13 #3926

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Support Python 3.13 #3926

merged 1 commit into from
Nov 25, 2024

Conversation

tunetheweb
Copy link
Member

Noticed a couple of issues when using Python 3.13:

  • pandas 2.2.2 is not compatible
  • datetime.datetime.utcnow is deprecated and down to be removed.

Both fixes are backwards compatible to Python 3.11 (and we demand 3.12 as minimum anyway).

@max-ostapenko
Copy link
Contributor

In workflows we are using runs-on: ubuntu-20.04 which has Python 3.8.10.
E.g. predeploy.yml

Let's change it to 'ubuntu-latest?

@tunetheweb
Copy link
Member Author

Happy to do that, but it overrides it further down to use python 3.12 anyway so doesn't use the default 3.8 anyway.

@max-ostapenko
Copy link
Contributor

Oh, right.
So we can get the environment ready just in 1 step instead of 3
:)

@tunetheweb
Copy link
Member Author

Oh, right. So we can get the environment ready just in 1 step instead of 3 :)

True. But lets leave them separate for now as gives us greater control.

@tunetheweb tunetheweb merged commit bba1fcf into main Nov 25, 2024
10 checks passed
@tunetheweb tunetheweb deleted the python13-support branch November 25, 2024 20:02
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

Successfully merging this pull request may close these issues.

2 participants