Skip to content

Commit

Permalink
remove python 3.5 & 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
peno64 committed Dec 2, 2023
1 parent 28aef25 commit 49aff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9 ]
python-version: [ 3.7, 3.8, 3.9 ]
include:
# Kodi Matrix on Windows uses a bundled Python 3.8, but we test 3.9 also to be sure.
- os: windows-latest
Expand Down

0 comments on commit 49aff1d

Please sign in to comment.