Skip to content

Commit

Permalink
require python<3.8 because cython doesn't compile yet
Browse files Browse the repository at this point in the history
  • Loading branch information
schae234 committed Nov 12, 2019
1 parent 40d1aae commit 5ba65bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
@@ -1,10 +1,6 @@
language: python
matrix:
include:
- python: 3.8
dist: xenial
sudo: true
env: LD_LIBRARY_PATH=$HOME/.camoco/lib:$LD_LIBRARY_PATH PATH=$HOME/.camoco/bin:$HOME/.camoco/conda/bin:$PATH
- python: 3.7
dist: xenial
sudo: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@ def find_version(*file_paths):
package_data = {
'':['*.cyx']
},
python_requires='>=3.6',
python_requires='>=3.6,<3.8',
setup_requires = [
# Setuptools 18.0 properly handles Cython extensions.
'setuptools>=18.0',
Expand Down

0 comments on commit 5ba65bd

Please sign in to comment.