Skip to content

Commit 3aa8534

Browse files
committed
Release version v1.3
1 parent 1b2fe3b commit 3aa8534

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

esptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import time
3434

3535

36-
__version__ = "1.3-dev"
36+
__version__ = "1.3"
3737

3838
PYTHON2 = sys.version_info[0] < 3 # True if on pre-Python 3
3939

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def find_version(*file_paths):
4242
4343
$ pip install --upgrade esptool
4444
45-
(esptool.py requires Python 2. If your default pip version is Python 3, install via ``pip2 install esptool``.)
45+
Since version 1.3, esptool supports both Python 2.7 and Python 3.4 or newer.
4646
4747
Usage
4848
-----
@@ -77,6 +77,9 @@ def find_version(*file_paths):
7777
'Environment :: Console',
7878
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
7979
'Programming Language :: Python :: 2.7',
80+
'Programming Language :: Python :: 3.4',
81+
'Programming Language :: Python :: 3.5',
82+
'Programming Language :: Python :: 3.6',
8083
],
8184
tests_require=[
8285
'flake8>=3.2.0',

0 commit comments

Comments
 (0)