Skip to content

Add Python 3.10-3.13 to CI test matrix#29

Merged
pgleeson merged 2 commits intomasterfrom
copilot/test-github-actions-python-versions
Feb 17, 2026
Merged

Add Python 3.10-3.13 to CI test matrix#29
pgleeson merged 2 commits intomasterfrom
copilot/test-github-actions-python-versions

Conversation

Copy link
Contributor

Copilot AI commented Feb 17, 2026

Expands CI coverage from Python 3.9 only to Python 3.9-3.13 to ensure compatibility across supported versions.

Changes

  • Updated .github/workflows/ci-test.yml matrix to test on Python 3.9, 3.10, 3.11, 3.12, and 3.13
matrix:
  python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
Original prompt

This section details on the original issue you should resolve

<issue_title>Test this repository on Github actions on multiple versions of python</issue_title>
<issue_description></issue_description>

<agent_instructions>Up to python v3.13</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pgleeson <1556687+pgleeson@users.noreply.github.com>
Copilot AI changed the title [WIP] Test this repository on GitHub Actions with multiple Python versions Add Python 3.10-3.13 to CI test matrix Feb 17, 2026
Copilot AI requested a review from pgleeson February 17, 2026 18:08
@pgleeson pgleeson marked this pull request as ready for review February 17, 2026 18:23
@pgleeson pgleeson merged commit bcbaa19 into master Feb 17, 2026
5 checks passed
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.

Test this repository on Github actions on multiple versions of python

2 participants