Skip to content

Commit 97c423e

Browse files
matteiusoz123
authored andcommitted
fix test
1 parent 18528bb commit 97c423e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13""]
16+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
1717
os: [ubuntu-latest, macOS-latest, windows-latest]
1818

1919
steps:

0 commit comments

Comments
 (0)