We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a9d5c commit 8521e94Copy full SHA for 8521e94
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: false
28
matrix:
29
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
30
- python-version: ['3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
31
32
steps:
33
- uses: actions/checkout@v4
0 commit comments