Skip to content

Commit 6e3eacd

Browse files
committed
Fix version number
1 parent 071be12 commit 6e3eacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
platform: [ubuntu-latest, macos-latest, windows-latest]
42-
python-version: ["3.11", "3.11", "3.13"]
42+
python-version: ["3.11", "3.12", "3.13"]
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)