Mercurial > p > roundup > code
changeset 8470:eb132047dd21
chore: update ci test to include 3.14/3.14t drop 3.12
Drop 3.12 to reduce number of runs/usage.
Keep 3.10 IIRC there were some major changes in that version so it's
a good canary.
Swap out 3.13t for 3.14t.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 02 Nov 2025 20:38:12 -0500 |
| parents | 56a6b23cf17c |
| children | 8e72dc7b7f2f |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Fri Oct 31 20:58:31 2025 -0400 +++ b/.github/workflows/ci-test.yml Sun Nov 02 20:38:12 2025 -0500 @@ -52,14 +52,14 @@ # Run in all these versions of Python python-version: # - "2.7" + - "3.14" - "3.13" - # - 3.6 run via include on ubuntu 20.04 - # - "3.7" + # - "3.7" run via include for ubuntu-22.04 # - "3.8" run via include for ubuntu-22.04 # - "3.9" - "3.10" # - "3.11" - - "3.12" + # - "3.12" # use for multiple os or ubuntu versions #os: [ubuntu-latest, macos-latest, windows-latest] @@ -74,7 +74,7 @@ # example: if this version fails the jobs still succeeds # allow-prereleases in setup-python allows alpha/beta # releases to run. Also allow free threaded python testing - - python-version: 3.13t + - python-version: 3.14t os: ubuntu-24.04 experimental: true
