mirror of
https://github.com/espressif/esptool.git
synced 2025-10-19 02:43:00 +08:00
feat: Add support for Python 3.13
This commit is contained in:
6
.github/workflows/test_esptool.yml
vendored
6
.github/workflows/test_esptool.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
|
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout ref commit
|
- name: Checkout ref commit
|
||||||
@@ -52,10 +52,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.13
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@master
|
||||||
with:
|
with:
|
||||||
python-version: 3.12
|
python-version: 3.13
|
||||||
|
|
||||||
- name: Check if flasher stubs are up-to-date
|
- name: Check if flasher stubs are up-to-date
|
||||||
run: |
|
run: |
|
||||||
|
@@ -125,7 +125,7 @@ host_tests_espefuse:
|
|||||||
|
|
||||||
host_tests_latest_python:
|
host_tests_latest_python:
|
||||||
<<: *host_tests_template
|
<<: *host_tests_template
|
||||||
image: python:3.12-bullseye
|
image: python:3.13-bullseye
|
||||||
variables:
|
variables:
|
||||||
PYTEST_ADDOPTS: "-sv --junitxml=test/report.xml --color=yes"
|
PYTEST_ADDOPTS: "-sv --junitxml=test/report.xml --color=yes"
|
||||||
script:
|
script:
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
dynamic = ["version", "scripts"]
|
dynamic = ["version", "scripts"]
|
||||||
|
Reference in New Issue
Block a user