summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 16:21:35 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 16:22:32 +0100
commit97024e55785d971b8f86bb6659ba3f0e4b076473 (patch)
tree363d648252ae68d1b762e2efef561c8dbfec5a7d /.gitlab-ci.yml
parent67bd7e79469d201149005168461a8baca40f986f (diff)
downloadpygobject-97024e55785d971b8f86bb6659ba3f0e4b076473.tar.gz
Remove Python 2 support
Depend on setuptools to make sure we write out requires-python in all cases
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f93d3847..b12e3dc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,11 +65,6 @@ python3-mingw64:
CHERE_INVOKING: "yes"
<<: *mingw-defaults
-python2.7:
- variables:
- PYENV_VERSION: "2.7.17-debug"
- <<: *defaults
-
python3.5:
variables:
PYENV_VERSION: "3.5.9"
@@ -90,12 +85,6 @@ python3.8:
PYENV_VERSION: "3.8.1-debug"
<<: *defaults
-pypy2.7:
- allow_failure: true
- variables:
- PYENV_VERSION: "pypy2.7-7.3.0"
- <<: *defaults
-
pypy3.6:
allow_failure: true
variables: