Skip to content

Commit 6c644ba

Browse files
Update python-app.yml
1 parent e747340 commit 6c644ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11']
10+
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11', '3.8']
1111
steps:
12-
# - name: Checkout repository
13-
# uses: actions/checkout@v4
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)