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 e3f54af commit 0099af8Copy full SHA for 0099af8
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
os: [windows-latest, ubuntu-latest, macos-13]
23
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
24
steps:
25
- name: Checkout master branch
26
uses: actions/checkout@v4
0 commit comments