Skip to content

Commit 5280715

Browse files
committed
DROPME: gha: only run 3.14
1 parent 6e497ce commit 5280715

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
os: [ubuntu-latest]
38-
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha.7"]
39-
include:
40-
- { os: ubuntu-latest, python: "pypy3.9" }
41-
- { os: ubuntu-latest, python: "pypy3.10" }
38+
# python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha.7"]
39+
# include:
40+
# - { os: ubuntu-latest, python: "pypy3.9" }
41+
# - { os: ubuntu-latest, python: "pypy3.10" }
42+
python: ["3.14.0-alpha.7"]
4243

4344
steps:
4445
- uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ubuntu-latest]
29-
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha.7"]
30-
include:
31-
- { os: ubuntu-latest, python: "pypy3.9" }
32-
- { os: ubuntu-latest, python: "pypy3.10" }
29+
# python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha.7"]
30+
# include:
31+
# - { os: ubuntu-latest, python: "pypy3.9" }
32+
# - { os: ubuntu-latest, python: "pypy3.10" }
33+
python: ["3.14.0-alpha.7"]
3334

3435
steps:
3536
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)