We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15ebad3 + e9d8ad9 commit 8ec4c27Copy full SHA for 8ec4c27
1 file changed
.github/workflows/python-pytest.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [macos-latest, windows-latest, ubuntu-latest]
18
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.12", "3.13"]
19
runs-on: ${{ matrix.os }}
20
steps:
21
- uses: actions/checkout@v3
0 commit comments