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 7b09bb1 commit 6044a02Copy full SHA for 6044a02
.github/workflows/python.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
26
steps:
27
- uses: actions/checkout@v4
28
- name: Setup Python ${{ matrix.python-version }}
0 commit comments