Skip to content

Commit e99e3f6

Browse files
committed
add python 3.13 to supported versions..
Fixes #305
1 parent 9507787 commit e99e3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ def compile(*args): # NOQA
14691469

14701470
espressif_path = os.path.expanduser('~/.espressif')
14711471

1472-
for ver in ('3.8', '3.9', '3.10', '3.11', '3.12'):
1472+
for ver in ('3.8', '3.9', '3.10', '3.11', '3.12', '3.13'):
14731473
python_path = (
14741474
f'{espressif_path}/python_env/'
14751475
f'idf{IDF_VER[:-2]}_py{ver}_env/bin'

0 commit comments

Comments
 (0)