Skip to content

Commit 5530806

Browse files
committed
Added support for Python 3.7 and 3.8.
1 parent b5cd21e commit 5530806

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
language: python
1818
python:
19+
- "3.6"
20+
- "3.7"
1921
- "3.8"
2022

2123
install:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
author='CodeFlare team',
5454
author_email='chcost@us.ibm.com',
5555
description='Codeflare pipelines',
56-
python_requires='>=3.8',
56+
python_requires='>=3.6',
5757
keywords=("ray pipelines"),
5858
classifiers=[
5959
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)