Skip to content

Commit d5dd066

Browse files
author
Paul Maschhoff
committed
Clean up and declare (correct, tested) python versions
1 parent 90c51da commit d5dd066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ install:
2121
- make image
2222
script:
2323
- make test-tox-ext
24-
- docker-compose run --rm pychemy-${TOXENV} pip --version
2524
before_deploy:
2625
- sudo make clean
2726
deploy:

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'Natural Language :: English',
2525
'Operating System :: OS Independent',
2626
'Programming Language :: Python :: 2.7',
27-
'Programming Language :: Python :: 3.4',
27+
'Programming Language :: Python :: 3.5',
2828
'Topic :: Scientific/Engineering :: Artificial Intelligence',
2929
'Topic :: Scientific/Engineering :: Artificial Life',
3030
'Topic :: Scientific/Engineering :: Bio-Informatics',
@@ -34,6 +34,7 @@
3434
'Topic :: Scientific/Engineering :: Visualization',
3535
'Topic :: Software Development :: Libraries :: Python Modules',
3636
],
37+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
3738

3839
packages=['pychemy'],
3940
include_package_data=True,

0 commit comments

Comments
 (0)