We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b880e commit f3f77abCopy full SHA for f3f77ab
.github/workflows/tests.yaml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: true
20
matrix:
21
os: [ "ubuntu-latest" ]
22
- python-version: [ "3.9", "3.10", "3.11", "3.12" ]
+ python-version: [ "3.9", "3.10", "3.11" ]
23
runs-on: ${{ matrix.os }}
24
steps:
25
- name: Check out repository
0 commit comments