Skip to content

Commit 5025a95

Browse files
Update python-app.yml
1 parent 2055ae7 commit 5025a95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11', '3.8']
12+
python-version: ['3.13', '3.12']
13+
# python-version: ['3.13', '3.12', '3.9', '3.10', '3.11', '3.8']
1314

1415
env:
1516
PIP_NO_PYTHON_VERSION_WARNING: 1
17+
1618

1719
steps:
1820
- name: Checkout repository

0 commit comments

Comments
 (0)