We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecdc93 commit cd9a902Copy full SHA for cd9a902
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, macos-latest]
15
- python-version: ['3.13', '3.12', '3.11', '3.10', '3.9']
+ python-version: ['3.12', '3.11', '3.10', '3.9']
16
env:
17
OS: ${{ matrix.os }}
18
steps:
0 commit comments