We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd0d48 commit da137c2Copy full SHA for da137c2
.github/workflows/ci.yaml
@@ -79,7 +79,7 @@ jobs:
79
strategy:
80
matrix:
81
os: [ubuntu-latest, macos-latest]
82
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
83
runs-on: ${{ matrix.os }}
84
steps:
85
- name: Install SSH Key
0 commit comments