Skip to content

Commit 1dc7899

Browse files
authored
Merge pull request #465 from OpenDataServices/python313
python: Add 3.13
2 parents af61ca5 + 77f65ab commit 1dc7899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-22.04
77
strategy:
88
matrix:
9-
python-version: [ '3.9', '3.10', '3.11', '3.12']
9+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13']
1010
jsonref-version: ["==0.3", ">1"]
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)