We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80175d2 commit f52e0ceCopy full SHA for f52e0ce
.github/workflows/run-pytest.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- python-version: ["3.8", "3.13"]
+ python-version: ["3.8", "3.12"]
15
os: [ubuntu-latest]
16
17
steps:
0 commit comments