summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 16:15:52 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 16:15:52 +0100
commit94711f4ab36d016a8b5a6a535528986b2d5d0025 (patch)
tree125af93c7f526b87ecfa214ea045dbd58c7eba72
parent95392770618341d5b088b7008cedf7f5bb765a02 (diff)
downloadcherrypy-git-94711f4ab36d016a8b5a6a535528986b2d5d0025.tar.gz
🔧 Exclude Python 3.6 under Ubuntu 22.04 @ CI
It is EOL and is only available under older systems.
-rw-r--r--.github/workflows/ci-cd.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml
index ae54353c..3eafdabe 100644
--- a/.github/workflows/ci-cd.yml
+++ b/.github/workflows/ci-cd.yml
@@ -731,6 +731,8 @@ jobs:
python-version: pypy-3.9
- os: macos-12
python-version: pypy-3.9
+ - runner-vm-os: ubuntu-22.04
+ python-version: 3.6 # EOL, only provided for older OSs
include: [] # TODO: include TOXENV=cheroot-master
continue-on-error: >-