Skip to content

Commit

Permalink
Removed Python 2.7 added 3.11
Browse files Browse the repository at this point in the history
- 2.7 no longer supported by GitHub
  • Loading branch information
set-soft committed Jun 22, 2023
1 parent 35fbef6 commit 197a61d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
# '3.5', disabled, GitHub seems to be removing it
python-version: ['2.7', '3.7', '3.9']
# '2.7', removed on June 19 2023
python-version: ['3.7', '3.9', '3.11']
name: Python test for ${{ matrix.python-version }}

steps:
Expand Down

0 comments on commit 197a61d

Please sign in to comment.