We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f9255 commit 1587566Copy full SHA for 1587566
3 files changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: true
26
matrix:
27
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
28
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
29
steps:
30
- uses: actions/checkout@v3
31
- name: Set up Python ${{ matrix.python-version }}
0 commit comments