Skip to content

Commit 2808795

Browse files
committed
Increase Python minimal supported version to 3.7 because of Tensorflow newer version don't work on Python 3.6
1 parent 41c7caf commit 2808795

File tree

5 files changed

+3
-25
lines changed

5 files changed

+3
-25
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build:
22
image: latest
33

44
python:
5-
version: 3.6
5+
version: 3.7
66
setup_py_install: false
77

88
requirements_file: requirements-dev.txt

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ that pretty pastes source code.
7070

7171
## Installation
7272

73-
* Python 3.6+ is required
73+
* Python 3.7+ is required
7474

7575
* Install the latest stable version:
7676

continious-integration.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Table of contents
9191
Install Guesslang
9292
-----------------
9393

94-
Guesslang requires **Python 3.6 or later**.
94+
Guesslang requires **Python 3.7 or later**.
9595

9696
Install from Pypi
9797
^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)