We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d55cd58 + bfefe3a commit d4e3c0eCopy full SHA for d4e3c0e
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- python-version: ['3.12']
+ python-version: ["3.10", "3.12"]
14
steps:
15
- uses: actions/checkout@v2
16
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
- uses: actions/checkout@v3
62
with:
0 commit comments