Skip to content

Update Python version matrix in workflow - #109

Merged
hokus15 merged 2 commits into
masterfrom
hokus15-patch-1
Jul 5, 2026
Merged

Update Python version matrix in workflow#109
hokus15 merged 2 commits into
masterfrom
hokus15-patch-1

Conversation

@hokus15

@hokus15 hokus15 commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Removed Python 3.9 from the testing matrix in GitHub Actions.

Removed Python 3.9 from the testing matrix in GitHub Actions.
Copilot AI review requested due to automatic review settings July 5, 2026 14:57
Removed Python 3.9 from the test matrix in GitHub Actions.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the CI configuration by adjusting the Python test matrix in the main GitHub Actions workflow, aligning the release pipeline tests with a reduced set of Python versions.

Changes:

  • Removed Python 3.9 from the python-version matrix in .github/workflows/main.yml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 10 to +12
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
@hokus15
hokus15 merged commit f3a0711 into master Jul 5, 2026
4 checks passed
@hokus15
hokus15 deleted the hokus15-patch-1 branch July 5, 2026 14:59
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.

2 participants