Skip to content

Commit

Permalink
Drop python 3.2 and 3.3 support as pyflakes fails on travis for those
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed May 21, 2018
1 parent 47b601b commit 5d424f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Expand Up @@ -36,18 +36,6 @@ matrix:
# this configuration should be without gssapi
- USECURL=7.60.0-none
- USESSL=none
- python: 3.2
env:
- USECURL=7.60.0-openssl10-gssapi-libssh2
- USESSL=openssl
- USEOPENSSL=1.0.2o
- TESTDOCSEXAMPLES=1
- python: 3.3
env:
- USECURL=7.60.0-openssl11-gssapi-libssh2
- USESSL=openssl
- USEOPENSSL=1.1.0h
- TESTDOCSEXAMPLES=1
- python: 3.4
env:
- USECURL=7.60.0-openssl10-gssapi-libssh2
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,6 +1,9 @@
master
------

* Python 3.2 and 3.3 support officially dropped as those versions
are end of lifed.

* set_ca_certs now accepts byte strings as it should have been
all along.

Expand Down
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -808,8 +808,6 @@ def gen_docstrings_sources():
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 5d424f5

Please sign in to comment.