summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-04-16 08:31:48 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-04-16 08:31:48 +0200
commit2934195c1a4e5ce2a29ca7616eed0ab1d9f40644 (patch)
treee9994c714ec7ebdbb3973320f460765dc1f0d9c9
parentcbda1b712d8883e262874b8e8916598153dcefe6 (diff)
downloadcython-2934195c1a4e5ce2a29ca7616eed0ab1d9f40644.tar.gz
Do not test type specs in Py3.4 since the "Py_tp_finalize" (needed by coroutines) was only added in 3.5, and 3.4 is out of maintenance anyway.
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 81a6120c5..6b564a84c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,8 +71,6 @@ matrix:
env: EXTRA_CFLAGS="-DCYTHON_USE_TYPE_SPECS=1" BACKEND=c
- python: 3.5
env: EXTRA_CFLAGS="-DCYTHON_USE_TYPE_SPECS=1" BACKEND=c
- - python: 3.4
- env: EXTRA_CFLAGS="-DCYTHON_USE_TYPE_SPECS=1" BACKEND=c
- python: 3.8
env: LIMITED_API=--limited-api EXCLUDE=--no-file
- python: 3.7