BradenM / micropy-cli

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
https://micropy-cli.readthedocs.io
MIT License
314 stars 25 forks source link

Update Python Versions #109

Closed askpatrickw closed 4 years ago

askpatrickw commented 4 years ago

Before I submit a PR, wanted to run this by you.

Currently .python-version has 3.7.3 3.6.8

I proposed updating this to: 3.8.3 3.7.7 3.6.9

The Travis and GH-Actions in TOX.ini and would also need to be updated

[tox]
isolated_build = true
envlist = py38, py37, py36, flake8

[travis]
python =
    3.8: py38
    3.7: py37
    3.6: py36

[gh-actions]
python =
    3.8: py38
    3.7: py37
    3.6: py36

Not sure if any other places need updating for this OR if any other dependencies will need to be updated as well.

BradenM commented 4 years ago

I agree. Both the base python versions and several of micropy-cli's dependencies need to be updated. Will look into soon.

BradenM commented 4 years ago

Closed by #113