We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb58df commit 2cf8016Copy full SHA for 2cf8016
1 file changed
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macos-latest]
11
- 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"]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Checkout
0 commit comments