Skip to content

Commit f0522a9

Browse files
committed
exclude python 3.8 due to end-of-life;
adding python 3.13 since released;
1 parent f94f06d commit f0522a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pytest:
2828
strategy:
2929
matrix:
30-
py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
30+
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3131
runs-on: "ubuntu-latest"
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)