File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3333import time
3434
3535
36- __version__ = "1.3-dev "
36+ __version__ = "1.3"
3737
3838PYTHON2 = sys .version_info [0 ] < 3 # True if on pre-Python 3
3939
Original file line number Diff line number Diff 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
4747Usage
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' ,
You can’t perform that action at this time.
0 commit comments