We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cd21e commit 5530806Copy full SHA for 5530806
.travis.yml
@@ -16,6 +16,8 @@
16
17
language: python
18
python:
19
+ - "3.6"
20
+ - "3.7"
21
- "3.8"
22
23
install:
setup.py
@@ -53,7 +53,7 @@
53
author='CodeFlare team',
54
author_email='chcost@us.ibm.com',
55
description='Codeflare pipelines',
56
- python_requires='>=3.8',
+ python_requires='>=3.6',
57
keywords=("ray pipelines"),
58
classifiers=[
59
'Development Status :: 4 - Beta',
0 commit comments