We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4212f commit 683cd4dCopy full SHA for 683cd4d
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
fail-fast: false
74
matrix:
75
os: [ubuntu-latest, windows-latest]
76
- python_version: ["3.8", "3.9", "3.10", "3.11"]
+ python_version: ["3.9", "3.10", "3.11", "3.12"]
77
78
runs-on: ${{ matrix.os }}
79
steps:
0 commit comments