Skip to content

Commit 0397dc4

Browse files
committed
Add Python3.11 and Python3.12 tests
1 parent 3efc763 commit 0397dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
python-version: [ '3.8', '3.9', '3.10' ]
51+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
5252
platform: [ubuntu-latest, macOS-latest, windows-latest]
5353
runs-on: ${{ matrix.platform }}
5454
steps:
@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
fail-fast: false
9090
matrix:
91-
python-version: [ '3.8', '3.9', '3.10' ]
91+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
9292
platform: [ubuntu-latest, macOS-latest, windows-latest]
9393
extra: [ 'jinja', 'ttp', 'jsonpatch']
9494
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)