10000 Drop python 2.6 and 3.3 support · GrxE/python-dependency-injector@4cdc5bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cdc5bc

Browse files
committed
Drop python 2.6 and 3.3 support
1 parent e13d3b4 commit 4cdc5bc

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ matrix:
1919
env: TOXENV=flake8
2020
- python: 2.7
2121
env: TOXENV=pydocstyle
22-
- python: 2.6
23-
env: TOXENV=py26
2422
- python: 2.7
2523
env: TOXENV=py27
26-
- python: 3.3
27-
env: TOXENV=py33
2824
- python: 3.4
2925
env: TOXENV=py34
3026
- python: 3.5

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@
7878
'Operating System :: OS Independent',
7979
'Programming Language :: Python',
8080
'Programming Language :: Python :: 2',
81-
'Programming Language :: Python :: 2.6',
8281
'Programming Language :: Python :: 2.7',
8382
'Programming Language :: Python :: 3',
84-
'Programming Language :: Python :: 3.3',
8583
'Programming Language :: Python :: 3.4',
8684
'Programming Language :: Python :: 3.5',
8785
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)
0