Skip to content

Commit b0df361

Browse files
Run tests on Python 3.12
1 parent 7cdb07e commit b0df361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ ubuntu-latest ]
24-
python-version: [ "3.10", "3.11" ]
24+
python-version: [ "3.10", "3.11", "3.12" ]
2525
steps:
2626
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
2727
uses: actions/checkout@v3

0 commit comments

Comments
 (0)