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 739bd2f commit f27b1fbCopy full SHA for f27b1fb
.github/workflows/python.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
max-parallel: 1
20
matrix:
21
- python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
22
steps:
23
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
- name: Set up Python ${{ matrix.python-version }}
0 commit comments