Skip to content

Commit d776106

Browse files
committed
test fix
1 parent ba763bc commit d776106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
22-
python-version: ["3.11", "3.12", "3.13"]
22+
python-version: ["3.11", "3.12", "3.13", "dev"]
2323
fail-fast: false
2424
uses: ./.github/workflows/_test.yml
2525
with:

0 commit comments

Comments
 (0)