Skip to content

Commit

Permalink
Fix CI for older Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister committed May 21, 2024
1 parent d16241f commit e17de1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11' ]
include:
# End-of-life Python versions are not available anymore with ubuntu-latest
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '2.7'
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.5'
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.6'
# Kodi Leia on Windows uses a bundled Python 2.7.
- os: windows-latest
Expand Down

0 comments on commit e17de1c

Please sign in to comment.