mirror of
https://github.com/esphome/esphome-flasher.git
synced 2024-11-21 11:45:23 +01:00
Bump python for assets to 3.9 (#79)
This commit is contained in:
parent
9d57fbbff3
commit
23a6bae0ed
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
architecture: 'x86'
|
architecture: 'x86'
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||||
@ -90,7 +90,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt -r requirements_build.txt
|
pip install -r requirements.txt -r requirements_build.txt
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||||
|
8
.github/workflows/release-assets.yml
vendored
8
.github/workflows/release-assets.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
architecture: 'x86'
|
architecture: 'x86'
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.2.2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.9'
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt -r requirements_build.txt
|
pip install -r requirements.txt -r requirements_build.txt
|
||||||
|
4
setup.py
4
setup.py
@ -10,7 +10,7 @@ PROJECT_NAME = 'esphomeflasher'
|
|||||||
PROJECT_PACKAGE_NAME = 'esphomeflasher'
|
PROJECT_PACKAGE_NAME = 'esphomeflasher'
|
||||||
PROJECT_LICENSE = 'MIT'
|
PROJECT_LICENSE = 'MIT'
|
||||||
PROJECT_AUTHOR = 'ESPHome'
|
PROJECT_AUTHOR = 'ESPHome'
|
||||||
PROJECT_COPYRIGHT = '2020, ESPHome'
|
PROJECT_COPYRIGHT = '2021, ESPHome'
|
||||||
PROJECT_URL = 'https://esphome.io/guides/faq.html'
|
PROJECT_URL = 'https://esphome.io/guides/faq.html'
|
||||||
PROJECT_EMAIL = 'contact@esphome.io'
|
PROJECT_EMAIL = 'contact@esphome.io'
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ setup(
|
|||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
platforms='any',
|
platforms='any',
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
python_requires='>=3.5,<4.0',
|
python_requires='>=3.7,<4.0',
|
||||||
install_requires=REQUIRES,
|
install_requires=REQUIRES,
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
Loading…
Reference in New Issue
Block a user