From 49aff1d3913721ccec1da56c2667abb8df53133a Mon Sep 17 00:00:00 2001 From: peno64 <32430988+peno64@users.noreply.github.com> Date: Sat, 2 Dec 2023 22:50:29 +0100 Subject: [PATCH] remove python 3.5 & 3.6 support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42e7896..5b11af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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