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.12 + GitHub workflow update versions #683

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

martinvonk
Copy link
Collaborator

@martinvonk martinvonk commented Feb 7, 2024

Short Description

Numba released version 0.59.0 so we can support python 3.12 fully now as well.

@martinvonk martinvonk added the code quality Related to code quality, testing, CI, project setup etc. label Feb 7, 2024
@martinvonk martinvonk modified the milestone: 1.3 Feb 7, 2024
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.10% (target: +0.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (bd511df) 5834 4359 74.72%
Head commit (7b3a4d1) 5858 (+24) 4383 (+24) 74.82% (+0.10%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#683) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

@raoulcollenteur
Copy link
Member

Excellent, thanks @martinvonk !

Cheers,
Raoul

@raoulcollenteur raoulcollenteur merged commit 6ce4090 into dev Feb 13, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Related to code quality, testing, CI, project setup etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants