Skip to content

FIX: Update all Python version references to 3.10-3.14 - #58

Merged
jvkersch merged 2 commits into
mainfrom
fix/update-all-python-versions
Nov 9, 2025
Merged

FIX: Update all Python version references to 3.10-3.14#58
jvkersch merged 2 commits into
mainfrom
fix/update-all-python-versions

Conversation

@jvkersch

Copy link
Copy Markdown
Owner

Summary

This PR ensures all Python version references across the project are consistent with the supported versions (3.10-3.14) as specified in setup.py.

Changes

  • run-tests.yaml: Updated test matrix to run on Python 3.10-3.14 (removed 3.8, 3.9; added 3.13, 3.14)
  • README.md: Updated documentation to indicate Python 3.10+ requirement (was "3.6 and up")

Motivation

While reviewing the changelog update, I noticed that the test workflow was still running tests on Python 3.8 and 3.9, which are no longer supported. This PR completes the Python version update started in #56, ensuring consistency across:

  • Package metadata (setup.py)
  • CI/CD workflows (build-wheels.yml, run-tests.yaml)
  • Documentation (README.md)

Testing

  • ✅ All existing tests pass (8/8)
  • ✅ Package builds successfully

🤖 Generated with Claude Code

jvkersch and others added 2 commits October 12, 2025 14:25
Ensure all tests and documentation reflect the supported Python
versions (3.10-3.14) as specified in setup.py and build configuration.

Changes:
- Updated run-tests.yaml to test on Python 3.10-3.14 (removed 3.8, 3.9)
- Updated README.md to indicate Python 3.10+ requirement

This completes the Python version update started in the previous PR,
ensuring consistency across all project files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add reference to PR #58 alongside PR #56 for Python version update.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jvkersch
jvkersch merged commit 2b6153a into main Nov 9, 2025
16 checks passed
@jvkersch
jvkersch deleted the fix/update-all-python-versions branch November 9, 2025 01:01
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.

1 participant