We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba763bc commit d776106Copy full SHA for d776106
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
22
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13", "dev"]
23
fail-fast: false
24
uses: ./.github/workflows/_test.yml
25
with:
0 commit comments