Skip to content

Commit 197a61d

Browse files
committed
Removed Python 2.7 added 3.11
- 2.7 no longer supported by GitHub
1 parent 35fbef6 commit 197a61d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
# '3.5', disabled, GitHub seems to be removing it
15-
python-version: ['2.7', '3.7', '3.9']
15+
# '2.7', removed on June 19 2023
16+
python-version: ['3.7', '3.9', '3.11']
1617
name: Python test for ${{ matrix.python-version }}
1718

1819
steps:

0 commit comments

Comments
 (0)