Skip to content

Commit 31dee64

Browse files
committed
workflows/pytest: add Python 3.12
1 parent 064f6db commit 31dee64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
max-parallel: 4
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.10", "3.11"]
20+
python-version: ["3.10", "3.11", "3.12"]
2121
os: [ubuntu-latest, macOS-latest, windows-latest]
2222
steps:
2323
- name: Checkout git repo

0 commit comments

Comments
 (0)