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 b223097 commit df10421Copy full SHA for df10421
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
contents: write
37
strategy:
38
matrix:
39
- py_version: ["3.8", "3.9", "3.10", "3.11"]
+ py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
40
os: [ubuntu-latest, windows-latest]
41
runs-on: "${{ matrix.os }}"
42
steps:
0 commit comments