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

Add CI job testing on python 3.13 #2687

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add CI job testing on python 3.13 #2687

wants to merge 1 commit into from

Conversation

maxnoe
Copy link
Member

@maxnoe maxnoe commented Jan 21, 2025

Newest numba 0.61 is out and supports 3.13

According to the changelog, it also finally supports coverage reporting!

@maxnoe maxnoe marked this pull request as draft January 21, 2025 14:23
@maxnoe maxnoe marked this pull request as ready for review January 21, 2025 14:41
@maxnoe maxnoe changed the title Support python 3.13 Add CI job testing on python 3.13 Jan 21, 2025

This comment has been minimized.

1 similar comment
Copy link

Passed

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage No coverage information (94.10% Estimated after merge)
  • Duplications No duplication information (0.70% Estimated after merge)

Project ID: cta-observatory_ctapipe_AY52EYhuvuGcMFidNyUs

View in SonarQube

@@ -18,7 +18,7 @@ env:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the change to a pinned version of ubuntu? Is that a restriction from numba?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To fix the warning: "WARNING: ubuntu-latest will soon be ubuntu-24.04".

I think in general it's better to be specific here and update ones newer versions are available

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

Successfully merging this pull request may close these issues.

3 participants