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 bb1b934 + 1dc7899 commit c854e94Copy full SHA for c854e94
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-22.04
7
strategy:
8
matrix:
9
- python-version: [ '3.9', '3.10', '3.11', '3.12']
+ python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13']
10
jsonref-version: ["==0.3", ">1"]
11
steps:
12
- uses: actions/checkout@v2
0 commit comments