We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa02563 commit a117056Copy full SHA for a117056
.github/workflows/python-test.yaml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: ["ubuntu-20.04", "windows-latest"]
18
- python_version: ["3.9", "3.10", "3.11"]
+ python_version: ["3.9", "3.10", "3.11", "3.12"]
19
steps:
20
- uses: actions/checkout@v4
21
- name: Setup python
0 commit comments