From 59abeb400db30acbfdaaa1a537ad2962b7401452 Mon Sep 17 00:00:00 2001 From: Nikolaos-Digenis Karagiannis Date: Sun, 11 Apr 2021 22:32:10 +0300 Subject: [PATCH] Drop python3.4 and pypy2 support Twisted dropped support long ago. And fixing the cryptography wheel for pypy2 isn't worth the trouble. --- .travis.yml | 2 -- setup.py | 1 - 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a36db910..2090a2d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: python dist: xenial python: - "2.7" - - "pypy" - - "3.4" - "3.5" - "3.6" - "3.7" diff --git a/setup.py b/setup.py index 745e5408..47c4e079 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'License :: OSI Approved :: BSD License',