Skip to content

Commit

Permalink
Remove support for python3.8 due to rpy2
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Jul 10, 2020
1 parent 1f83be1 commit f080db1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: python
python:
- "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=">=3.6.*")
python_requires=">=3.6.*, !=3.8.*")
# , ext_modules = cythonize('pgpipe/test_cython.pyx'))

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

0 comments on commit f080db1

Please sign in to comment.