Skip to content

Python version update#19

Merged
aburrell merged 5 commits intodevelopfrom
python_version_update
Mar 16, 2026
Merged

Python version update#19
aburrell merged 5 commits intodevelopfrom
python_version_update

Conversation

@aburrell
Copy link
Owner

@aburrell aburrell commented Mar 16, 2026

Description

Fixes #3 and updates the NEP 29 test.

Type of change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality
    to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Updated unit tests

Test Configuration

  • Operating system: OS X Tahoe
  • Version number: Python 3.10
  • Any details about your local setup that are relevant: N/A

Checklist:

  • Make sure you are merging into the develop (not main) branch
  • My commits are formatted appropriately (following the SciPy/NumPy style)
  • 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.md, summarising the changes
  • Add yourself to .zenodo.json

Cycled Python support to span 3.10 to 3.14.
Removed the support for the 3.9 method of importing the metadata package.
Cycled the minimum python version supported in the installation instructions.
Updated NEP 29 unit test to the current standards and ensure all supported versions of Python are run.
Added a summary of the Python cycling changes to the changelog.
@aburrell aburrell added this to the v0.1.1 milestone Mar 16, 2026
@aburrell aburrell linked an issue Mar 16, 2026 that may be closed by this pull request
@aburrell aburrell merged commit a75156f into develop Mar 16, 2026
63 of 64 checks passed
@aburrell aburrell deleted the python_version_update branch March 16, 2026 15:09
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.

BUG: remove old Python support

1 participant