Skip to content

Commit 053d8c3

Browse files
Merge pull request #17 from project-codeflare/extended_python_support
Extended python support
2 parents b5cd21e + e4b0ba5 commit 053d8c3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .travis.yml

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

1717
language: python
1818
python:
19+
- "3.7"
1920
- "3.8"
2021

2122
install:

Diff for: codeflare/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = '0.1.1.dev0'
16+
__version__ = '0.1.2.dev0'

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.8',
56+
python_requires='>=3.7',
5757
keywords=("ray pipelines"),
5858
classifiers=[
5959
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)