Skip to content

Commit

Permalink
ray >=1 no longer supports py3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpus committed Nov 10, 2020
1 parent 92bbb66 commit 95038ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ sudo: true
dist: xenial

python:
- 3.5 # installing ray takes 6m30s. also a complaint about numpy<1.16, I guess travis has an old version
#- 3.5 # ray >=1 does not support; before: installing ray takes 6m30s. also a complaint about numpy<1.16, I guess travis has an old version
- 3.6
- 3.7
- 3.8
- 3.9
# - nightly
#- nightly

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
#'Programming Language :: Python :: 3.5', # ray no longer supports py3.5
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 95038ea

Please sign in to comment.