Skip to content

Commit 1807c1a

Browse files
committed
Remove test workflow for Python 3.8 and 3.12, add for Python 3.13
1 parent da6c1c9 commit 1807c1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- os: ubuntu-latest
27-
python: "3.8"
2826
- os: ubuntu-latest
2927
python: "3.10"
3028
- os: ubuntu-latest
31-
python: "3.12"
29+
python: "3.13"
3230
- os: ubuntu-latest
33-
python: "3.12"
31+
python: "3.13"
3432
pip-flags: "--pre"
3533
name: PRE-RELEASE DEPENDENCIES
3634

0 commit comments

Comments
 (0)