We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064f6db commit 31dee64Copy full SHA for 31dee64
.github/workflows/pytest.yaml
@@ -17,7 +17,7 @@ jobs:
17
max-parallel: 4
18
fail-fast: false
19
matrix:
20
- python-version: ["3.10", "3.11"]
+ python-version: ["3.10", "3.11", "3.12"]
21
os: [ubuntu-latest, macOS-latest, windows-latest]
22
steps:
23
- name: Checkout git repo
0 commit comments