Minimum version of Python is 3.6 but pio package publish
requires 3.7
#4352
Labels
Milestone
pio package publish
requires 3.7
#4352
What kind of issue is this?
If you’ve found a bug, please provide an information below.
Configuration
Operating system: Ubuntu 18.04 LTS
PlatformIO Version (
platformio --version
): PlatformIO Core, version 6.0.2Description of problem
The
HISTORY.rst
file claims that PlatformIO's minimum Python version is 3.6 butpio package publish
requires 3.7 because it usesstr.isascii()
.(Ideally the Python code should be automatically checked to determine if it can be run on older versions of Python.)
Steps to Reproduce
pio package publish
with python 3.6Actual Results
Expected Results
Package is published
The text was updated successfully, but these errors were encountered: