Skip to content

Python 3.14 Update#161

Merged
aburrell merged 8 commits into
developfrom
python3.14_update
Apr 22, 2026
Merged

Python 3.14 Update#161
aburrell merged 8 commits into
developfrom
python3.14_update

Conversation

@aburrell
Copy link
Copy Markdown
Owner

@aburrell aburrell commented Apr 8, 2026

Description

Updates supported Python versions and GitHub Action tests.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Ran unit tests

Test Configuration

  • Operating system: OS X Tahoe
  • Python version number: 3.10
  • Compiler with version number: gcc-15
  • Relevant local setup details: N/A
    Checklist

  • Make sure you are merging into the develop (not main) branch
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • Add a note to Changelog.rst, summarising the changes
  • Add yourself to AUTHORS.rst and .zenodo.json

aburrell added 4 commits April 8, 2026 12:08
Extended Python support to 3.14.
Updated docs testing to use the latest Python and action versions.
Updated the unit test yaml to:
- cover all supported Python versions,
- use the best MacOS for each version,
- use a newer version of gcc on MacOS,
- use up-to-date Action versions, and
- use the current NEP29 standards.
Added a summary of the changes to the change log.
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 8, 2026

Coverage Report for CI Build 24149460550

Coverage remained the same at 99.701%

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: 1002
Covered Lines: 999
Line Coverage: 99.7%
Coverage Strength: 16.95 hits per line

💛 - Coveralls

aburrell added 4 commits April 8, 2026 13:04
Update the documentation links and ignored links.
Adding a debug statement to see what the complier is named.
Try different homebrew locations.
Try /usr/local instead of /opt/local
@aburrell aburrell added this to the 2.1.1 milestone Apr 8, 2026
@aburrell aburrell requested a review from ljlamarche April 8, 2026 17:38
@aburrell aburrell added enhancement documentation Documentation changes labels Apr 8, 2026
@aburrell
Copy link
Copy Markdown
Owner Author

@jklenzing can you take a peak at this update?

@jklenzing
Copy link
Copy Markdown
Contributor

It looks good to me. My main comment is to make sure you are using the same python version for docs.yaml as in your readthedocs config (I can't view this, so you may already have planned to update).

Copy link
Copy Markdown
Contributor

@jklenzing jklenzing left a comment

Choose a reason for hiding this comment

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

Putting the π in python!

Comment thread .readthedocs.yml
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.14"
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@jklenzing they're the same 😸

@aburrell aburrell merged commit 3a960fd into develop Apr 22, 2026
60 checks passed
@aburrell aburrell deleted the python3.14_update branch April 22, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation changes enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants