diff options
| author | Benjamin Cabé <benjamin@zephyrproject.org> | 2025-09-23 09:53:37 +0200 |
|---|---|---|
| committer | Stephanos Ioannidis <root@stephanos.io> | 2025-09-23 21:56:10 +0900 |
| commit | b96a5ad562deffa697d966c29546650aae645f48 (patch) | |
| tree | b29e01b4ef914a8c8503be5437ee5aad02929cc1 | |
| parent | e8e83f0203b823a6275ff6366f441543b0f07fb7 (diff) | |
ci: do not test on EOL Python versions
Python versions < 3.8 are all EOL
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
| -rw-r--r-- | .github/workflows/test.yml | 30 |
1 files changed, 0 insertions, 30 deletions
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 |
