Update to Python 3.7 for futures
This commit is contained in:
parent
4fff76f374
commit
f670b79e97
2 changed files with 3 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -14,10 +14,10 @@ jobs:
|
||||||
id: repo-name
|
id: repo-name
|
||||||
run: |
|
run: |
|
||||||
echo ::set-output name=repo-name::adafruit-extended-bus
|
echo ::set-output name=repo-name::adafruit-extended-bus
|
||||||
- name: Set up Python 3.6
|
- name: Set up Python 3.7
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: 3.7
|
||||||
- name: Versions
|
- name: Versions
|
||||||
run: |
|
run: |
|
||||||
python3 --version
|
python3 --version
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -44,6 +44,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
|
"Programming Language :: Python :: 3.7",
|
||||||
],
|
],
|
||||||
# What does your project relate to?
|
# What does your project relate to?
|
||||||
keywords="adafruit blinka circuitpython micropython extended_bus busio i2c spi extended "
|
keywords="adafruit blinka circuitpython micropython extended_bus busio i2c spi extended "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue