Skip to content

Commit e0cca89

Browse files
committed
Drop testing for Python 3.8, 3.9, add 3.13
Python 3.8 and 3.9 are both EOL. 3.13 is the latest and greatest. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 6449a9d commit e0cca89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.10", "3.11", "3.12"]
10+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1111
include:
12-
- python-version: "3.9"
12+
- python-version: "3.13"
1313
use_coverage: 'coverage'
14-
1514
steps:
1615
- uses: actions/checkout@v6
1716
with:

0 commit comments

Comments
 (0)