Skip to content

Commit e177cf8

Browse files
committed
Changed supported python version.
1 parent f0756a5 commit e177cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pytest:
3333
strategy:
3434
matrix:
35-
py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
35+
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3636
runs-on: "ubuntu-latest"
3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)