From b96a5ad562deffa697d966c29546650aae645f48 Mon Sep 17 00:00:00 2001 From: Benjamin Cabé Date: Tue, 23 Sep 2025 09:53:37 +0200 Subject: ci: do not test on EOL Python versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python versions < 3.8 are all EOL Signed-off-by: Benjamin Cabé --- .github/workflows/test.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d8a2d0..6b578f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,36 +30,6 @@ jobs: # NOTE: Testing of the Windows targets are currently disabled because # the test script is simply not ready for it. target: - # Python 3.6 - - python: '3.6' - os: Linux - builder: ubuntu-20.04 - - python: '3.6' - os: macOS - builder: macos-13 - # - python: '3.6' - # os: Windows - # builder: windows-2019 - # Python 3.7 - - python: '3.7' - os: Linux - builder: ubuntu-20.04 - - python: '3.7' - os: macOS - builder: macos-12 - # - python: '3.7' - # os: Windows - # builder: windows-2019 - # Python 3.8 - - python: '3.8' - os: Linux - builder: ubuntu-20.04 - - python: '3.8' - os: macOS - builder: macos-13 - # - python: '3.8' - # os: Windows - # builder: windows-2019 # Python 3.9 - python: '3.9' os: Linux -- cgit v1.2.3