Skip to content

Add Python 3.11 and 3.12 to CI workflow matrix - #131

Merged
jimboid merged 4 commits into
mainfrom
python
Sep 2, 2026
Merged

Add Python 3.11 and 3.12 to CI workflow matrix#131
jimboid merged 4 commits into
mainfrom
python

Conversation

@jimboid

@jimboid jimboid commented Sep 1, 2026

Copy link
Copy Markdown
Member

Summary

Test more versions of python in the CI.

Changes

  • added python 3.11 and 3.12 to the CI workflow
  • added python classifiers to pyproject.toml to match

Impact

Will now test proper range of python versions, previously this didn't work because the container builds would only work on a very narrow dependency set and thus limited the versions we could test with. AiiDA is not yet building against 3.14, they have just added it to their CI but is in progress for release.

@coveralls

coveralls commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 33549060346

Coverage remained the same at 56.994%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1251
Covered Lines: 713
Line Coverage: 56.99%
Coverage Strength: 3.42 hits per line

💛 - Coveralls

@jimboid jimboid changed the title Add Python 3.12 to CI workflow matrix Add Python 3.11 and 3.12 to CI workflow matrix Sep 1, 2026
@jimboid
jimboid marked this pull request as ready for review September 1, 2026 19:32
@jimboid jimboid self-assigned this Sep 1, 2026

@harryswift01 harryswift01 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Including a wider range of python versions within the CI workflows is always a great addition and will allow us to ensure we are able to support and monitor more versions of python. All of the tests are passing so I'm happy to approve, thank you for this!

@jimboid
jimboid merged commit 71592dc into main Sep 2, 2026
16 checks passed
@jimboid
jimboid deleted the python branch September 2, 2026 08:37
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.

3 participants