We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aad4bd commit 866e417Copy full SHA for 866e417
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-24.04
20
strategy:
21
matrix:
22
- python-version: ['3.6', '3.8', '3.10']
+ python-version: ['3.8', '3.10', '3.12']
23
24
steps:
25
- name: Checkout
0 commit comments