We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84376a8 commit d7b472fCopy full SHA for d7b472f
.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