Skip to content

Commit 998cc4c

Browse files
committed
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.
1 parent ba54d0f commit 998cc4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
# Run in all these versions of Python
5353
python-version:
5454
# - "2.7"
55+
- "3.14"
5556
- "3.13"
56-
# - 3.6 run via include on ubuntu 20.04
57-
# - "3.7"
57+
# - "3.7" run via include for ubuntu-22.04
5858
# - "3.8" run via include for ubuntu-22.04
5959
# - "3.9"
6060
- "3.10"
6161
# - "3.11"
62-
- "3.12"
62+
# - "3.12"
6363

6464
# use for multiple os or ubuntu versions
6565
#os: [ubuntu-latest, macos-latest, windows-latest]
@@ -74,7 +74,7 @@ jobs:
7474
# example: if this version fails the jobs still succeeds
7575
# allow-prereleases in setup-python allows alpha/beta
7676
# releases to run. Also allow free threaded python testing
77-
- python-version: 3.13t
77+
- python-version: 3.14t
7878
os: ubuntu-24.04
7979
experimental: true
8080

0 commit comments

Comments
 (0)