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 66874e4 commit bf72a48Copy full SHA for bf72a48
.github/workflows/constants.yaml
@@ -80,7 +80,7 @@ jobs:
80
- name: Python versions
81
id: python_versions
82
run: |
83
- echo 'python_versions=["3.11", "3.12", "3.13", "3.14"]' >> $GITHUB_OUTPUT
+ echo 'python_versions=["3.11", "3.12"]' >> $GITHUB_OUTPUT
84
85
- name: Python test versions
86
id: python_test_versions
0 commit comments