Skip to content

Commit 0c70614

Browse files
committed
Add 3.11 and 3.12 to test in GitHub workflow
1 parent 0a52706 commit 0c70614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [ '3.10' ]
9+
python-version: [ '3.10', '3.11', '3.12' ]
1010
os: [ ubuntu-latest ]
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)