Skip to content

Commit d59b069

Browse files
updated to use only python >= 3.8
1 parent afa028e commit d59b069

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
language: python
1212
python:
1313
- 3.8
14-
- 3.7
15-
- 3.6
14+
1615
install: pip install -U tox-travis
1716
script: tox
1817
deploy:

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@
2020
setup(
2121
author="Shankar Rao Pandala",
2222
author_email='[email protected]',
23-
python_requires='>=3.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
23+
python_requires='>=3.8, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
2424
classifiers=[
2525
'Development Status :: 2 - Pre-Alpha',
2626
'Intended Audience :: Developers',
2727
'License :: OSI Approved :: MIT License',
2828
'Natural Language :: English',
29-
'Programming Language :: Python :: 3.6',
30-
'Programming Language :: Python :: 3.7',
3129
'Programming Language :: Python :: 3.8',
3230
],
3331
description="Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning",

0 commit comments

Comments
 (0)