Skip to content

Commit

Permalink
Remove support for python2
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Jul 10, 2020
1 parent 171345f commit 1f83be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ sudo: required

language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"

before_install:
- sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
packages=['pgpipe'],
install_requires=requirements,
scripts=ppp_scripts,
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*")
python_requires=">=3.6.*")
# , ext_modules = cythonize('pgpipe/test_cython.pyx'))

#packages=setuptools.find_packages() to automate package finding?

0 comments on commit 1f83be1

Please sign in to comment.