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