We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc736e commit c54af1fCopy full SHA for c54af1f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
+ python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
14
extras: ["", all, soap_api, orjson, cli]
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
steps:
0 commit comments