We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4989adc commit 8840ef0Copy full SHA for 8840ef0
.github/workflows/pytest.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: ["ubuntu-20.04"]
12
- python-version: ["3.11", "3.12"]
+ python-version: ["3.11"]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: Checkout
0 commit comments