Skip to content

Commit bf72a48

Browse files
committed
remove build version
1 parent 66874e4 commit bf72a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/constants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Python versions
8181
id: python_versions
8282
run: |
83-
echo 'python_versions=["3.11", "3.12", "3.13", "3.14"]' >> $GITHUB_OUTPUT
83+
echo 'python_versions=["3.11", "3.12"]' >> $GITHUB_OUTPUT
8484
8585
- name: Python test versions
8686
id: python_test_versions

0 commit comments

Comments
 (0)