Skip to content

Commit 6021f6b

Browse files
disable 3.9 and 3.10 from the workflow
1 parent 4d760b5 commit 6021f6b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/cis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,13 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
include:
45-
- python-version: "3.9"
46-
toxenv: py39
47-
- python-version: "3.10"
48-
toxenv: py310
4945
- python-version: "3.11"
5046
toxenv: py311
5147
- python-version: "3.12"
5248
toxenv: py312
5349
- python-version: "3.13"
5450
toxenv: py313
55-
- python-version: "3.14-dev"
51+
- python-version: "3.14"
5652
toxenv: py314
5753
steps:
5854
- uses: actions/checkout@v6

.github/workflows/frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
24+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2525

2626
steps:
2727
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)