Skip to content

Commit 719afe3

Browse files
committed
Drop support for EOL Python 3.3
1 parent 96eaf64 commit 719afe3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python:
33
- 2.6
44
- 2.7
5-
- 3.3
65
- 3.4
76
- 3.5
87
- 3.6

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
],
162162
},
163163
install_requires=['PyOpenSSL', 'pyasn1>=0.1.1'],
164-
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',
164+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
165165
classifiers=[
166166
'Development Status :: 5 - Production/Stable',
167167
'Environment :: Console',
@@ -179,7 +179,6 @@
179179
'Programming Language :: Python :: 2.6',
180180
'Programming Language :: Python :: 2.7',
181181
'Programming Language :: Python :: 3',
182-
'Programming Language :: Python :: 3.3',
183182
'Programming Language :: Python :: 3.4',
184183
'Programming Language :: Python :: 3.5',
185184
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)