Squash/merge pull request #105 from nnadeau/patch-1

Removed Python 2.6 & 3.3
This commit is contained in:
Matt Davis 2019-02-23 22:43:32 -08:00 committed by Ingy döt Net
parent 507a464ce6
commit 91c9435bb6
4 changed files with 4 additions and 13 deletions

View File

@ -6,8 +6,6 @@ cache: pip
matrix:
include:
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.4

View File

@ -16,16 +16,10 @@
#define=YAML_DECLARE_STATIC
# The following options are used to build PyYAML Windows installer
# for Python 2.5 on my PC:
#include_dirs=../../../libyaml/tags/0.1.4/include
#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib
#define=YAML_DECLARE_STATIC
# The following options are used to build PyYAML Windows installer
# for Python 2.6, 2.7, 3.0, 3.1 and 3.2 on my PC:
# for Python 2.7 on my PC:
#include_dirs=../../../libyaml/tags/0.1.4/include
#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2008/output/release/lib
#define=YAML_DECLARE_STATIC
[metadata]
license_file = LICENSE
license_file = LICENSE

View File

@ -27,7 +27,6 @@ CLASSIFIERS = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
@ -299,5 +298,5 @@ if __name__ == '__main__':
distclass=Distribution,
cmdclass=cmdclass,
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
)

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,py34,py35,py36,py37
envlist = py27,pypy,py34,py35,py36,py37
[testenv]
deps =