Skip to content

Commit

Permalink
Drop python3.4 and pypy2 support
Browse files Browse the repository at this point in the history
Twisted dropped support long ago.
And fixing the cryptography wheel for pypy2 isn't worth the trouble.
  • Loading branch information
Digenis committed Apr 11, 2021
1 parent cd670f7 commit 59abeb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: python
dist: xenial
python:
- "2.7"
- "pypy"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 59abeb4

Please sign in to comment.