Skip to content

Commit a70121c

Browse files
committed
build: Fix python versions in actions.
1 parent ecd60d7 commit a70121c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version:
13-
- "3.8"
14-
- "3.9"
1513
- "3.10"
1614
- "3.11"
1715
- "3.12"
1816
- "3.13"
17+
- "3.14"
1918
steps:
2019
- uses: actions/checkout@v4
2120
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)