Skip to content

Commit a20d3f0

Browse files
committed
fixed github action file
1 parent 37b9c80 commit a20d3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
max-parallel: 4
4949
matrix:
50-
python-version: ["3.9", "3.10", "3.11", "3.12, "3.13"]
50+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5151

5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)