Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit ac840cc

Browse files
committed
Drop support for Python 3.3
1 parent 035157b commit ac840cc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
'Programming Language :: Python :: 2',
3030
'Programming Language :: Python :: 2.7',
3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.3',
3332
'Programming Language :: Python :: 3.4',
3433
'Programming Language :: Python :: 3.5',
3534
'Programming Language :: Python :: 3.6',

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Environment changes have to be manually synced with '.travis.yml'.
33
envlist =
44
py27
5-
py33
65
py34
76
py35
87
py36

0 commit comments

Comments
 (0)