Skip to content

Commit 30d8a83

Browse files
committed
run-tests.yml: Drop EOL Python 3.8 and add Python 3.13
1 parent 712cdcd commit 30d8a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Run the test suite
2020
strategy:
2121
matrix:
22-
python-version: [3.8, 3.12] # no particular need for in-between versions
22+
python-version: [3.9, 3.13] # no particular need for in-between versions
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)