We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 862c08c + 32f7205 commit d9c0bf3Copy full SHA for d9c0bf3
.github/workflows/unittests.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- python-version: ["3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
13
pydantic: [true, false]
14
os: [ubuntu-latest]
15
steps:
0 commit comments