Skip to content

Commit 2e2bce1

Browse files
Update python-app.yml
1 parent 87bc873 commit 2e2bce1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ jobs:
134134
- name: Setup Python
135135
uses: actions/setup-python@v5
136136
with:
137-
python-version: 3.13.2t
137+
# python-version: |
138+
# 3.13.1t
139+
# 3.13.2t
140+
# 3.14t-dev
141+
python-version: |
142+
3.13.1
143+
3.13.2
144+
3.14-dev
138145
- name: Check Python version
139146
run: python3 --version

0 commit comments

Comments
 (0)