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