Skip to content

Update ci_cd.yml to run on Python 3.12 #548

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

james-packer
Copy link
Contributor

More recent versions of Sphinx require Python 3.11 to run, so this changes the CI from running in 3.10 to 3.11

@github-actions github-actions bot added the maintenance Package and maintenance related label Jul 2, 2025
@james-packer james-packer marked this pull request as draft July 2, 2025 12:51
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 2, 2025
Copy link

codecov bot commented Jul 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.46%. Comparing base (3a8c3f3) to head (b9364ad).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #548   +/-   ##
=======================================
  Coverage   88.46%   88.46%           
=======================================
  Files          21       21           
  Lines        2583     2583           
=======================================
  Hits         2285     2285           
  Misses        298      298           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@james-packer james-packer marked this pull request as ready for review July 3, 2025 08:00
@james-packer james-packer changed the title Update ci_cd.yml to run on Python 3.11 Update ci_cd.yml to run on Python 3.12 Jul 17, 2025
@@ -25,6 +25,8 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jgsdavies, should Python 3.7 come off this list, I don't think we're building wheels for it already?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants