Browse Source

drop support for py3.3

0.9
Rossen Georgiev 8 years ago
parent
commit
ed549483ca
  1. 2
      .scrutinizer.yml
  2. 1
      .travis.yml
  3. 1
      setup.py

2
.scrutinizer.yml

@ -6,4 +6,4 @@ filter:
tools:
external_code_coverage:
timeout: 300
runs: 6
runs: 4

1
.travis.yml

@ -3,7 +3,6 @@ cache: pip
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

1
setup.py

@ -47,7 +47,6 @@ setup(
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',

Loading…
Cancel
Save