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: Use Python 3.13 #2325

Merged
merged 2 commits into from
Oct 11, 2024
Merged

CI: Use Python 3.13 #2325

merged 2 commits into from
Oct 11, 2024

Conversation

EwoutH
Copy link
Member

@EwoutH EwoutH commented Sep 25, 2024

Use Python 3.13 in all CI jobs. It’s faster and gives better error messages.

Faster, better error messages, etc.
@EwoutH EwoutH added ci Release notes label ignore-for-release PRs that aren't included in the release notes labels Sep 25, 2024
Copy link

github-actions bot commented Sep 25, 2024

Python 3.12

19:54:47 BoltzmannWealth (small) timings: Init 0.00057 s; Run 0.0672 s
19:55:09 BoltzmannWealth (large) timings: Init 0.04957 s; Run 0.6091 s
19:55:31 Schelling      (small) timings: Init 0.01169 s; Run 0.0635 s
19:55:54 Schelling      (large) timings: Init 0.07708 s; Run 0.5924 s
19:56:03 WolfSheep      (small) timings: Init 0.00565 s; Run 0.0207 s
19:56:22 WolfSheep      (large) timings: Init 0.08784 s; Run 0.3368 s
19:56:40 BoidFlockers   (small) timings: Init 0.00226 s; Run 0.2377 s
19:57:04 BoidFlockers   (large) timings: Init 0.00445 s; Run 0.7692 s

Python 3.13:

05:36:51 BoltzmannWealth (small) timings: Init 0.00058 s; Run 0.0666 s
05:37:13 BoltzmannWealth (large) timings: Init 0.04926 s; Run 0.6018 s
05:37:35 Schelling      (small) timings: Init 0.01174 s; Run 0.0628 s
05:37:59 Schelling      (large) timings: Init 0.07732 s; Run 0.6064 s
05:38:08 WolfSheep      (small) timings: Init 0.00567 s; Run 0.0208 s
05:38:26 WolfSheep      (large) timings: Init 0.08751 s; Run 0.3325 s
05:38:44 BoidFlockers   (small) timings: Init 0.00229 s; Run 0.2358 s
05:39:08 BoidFlockers   (large) timings: Init 0.00446 s; Run 0.7641 s

@EwoutH
Copy link
Member Author

EwoutH commented Sep 25, 2024

This is exactly why you have these kind of PRs before a new stable Python release:

Benchmarks numbers look remarkably similar. Where Python 3.11 and 3.12 gave a noticeable speedup, that doesn't look to be the case with 3.13.

@EwoutH
Copy link
Member Author

EwoutH commented Oct 11, 2024

CI now passes, the Windows issue seems to be resolved!

@EwoutH EwoutH merged commit 80c1c42 into main Oct 11, 2024
10 checks passed
@quaquel quaquel deleted the py313ci branch October 30, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Release notes label ignore-for-release PRs that aren't included in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants