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 5530806 commit e6d258eCopy full SHA for e6d258e
.travis.yml
@@ -16,7 +16,6 @@
16
17
language: python
18
python:
19
- - "3.6"
20
- "3.7"
21
- "3.8"
22
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.6',
+ python_requires='>=3.7',
57
keywords=("ray pipelines"),
58
classifiers=[
59
'Development Status :: 4 - Beta',
0 commit comments