We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d690c5 commit b42d724Copy full SHA for b42d724
.github/workflows/ci-community.yml
@@ -44,7 +44,7 @@ jobs:
44
strategy:
45
fail-fast: false
46
matrix:
47
- python-version: ["3.9", "3.13", "3.14"]
+ python-version: ["3.10", "3.13", "3.14"]
48
module: ${{ fromJSON(needs.track-modules.outputs.changed_modules) }}
49
steps:
50
- name: Checkout contents
.github/workflows/ci-core.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
- uses: actions/checkout@v4
20
- name: Set up Python
.github/workflows/docs.yml
0 commit comments