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.
2 parents b5cd21e + e4b0ba5 commit 053d8c3Copy full SHA for 053d8c3
.travis.yml
@@ -16,6 +16,7 @@
16
17
language: python
18
python:
19
+ - "3.7"
20
- "3.8"
21
22
install:
codeflare/_version.py
@@ -13,4 +13,4 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
#
-__version__ = '0.1.1.dev0'
+__version__ = '0.1.2.dev0'
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.7',
57
keywords=("ray pipelines"),
58
classifiers=[
59
'Development Status :: 4 - Beta',
0 commit comments