summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-04-03 20:23:21 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-04-03 20:23:21 +0200
commiteed3482456f7133e8a6632c71c6e97e7f5a42936 (patch)
tree248c8a5e556e0eaf987694372d8538bcf4b954be /.github
parent8d0ba5dc50ab4865ae625c4deef6dd1bb03e7453 (diff)
downloadcython-eed3482456f7133e8a6632c71c6e97e7f5a42936.tar.gz
Remove Py3.4 from CI targets since it's no longer available for Ubuntu 20.04.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f9ce65319..a41f188dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,6 @@ jobs:
backend: [c, cpp]
python-version:
- "2.7"
- - "3.4"
- "3.5"
- "3.6"
- "3.7"
@@ -246,8 +245,6 @@ jobs:
# fails due to lack of a compatible compiler
- os: windows-2019
python-version: 2.7
- - os: windows-2019
- python-version: 3.4
# cpp specific test fails
- os: windows-2019