Skip to content

Commit e6d258e

Browse files
committed
Updated supported Python versions.
1 parent 5530806 commit e6d258e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
language: python
1818
python:
19-
- "3.6"
2019
- "3.7"
2120
- "3.8"
2221

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
author='CodeFlare team',
5454
author_email='[email protected]',
5555
description='Codeflare pipelines',
56-
python_requires='>=3.6',
56+
python_requires='>=3.7',
5757
keywords=("ray pipelines"),
5858
classifiers=[
5959
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)