Add Python 3.14 builds

This commit is contained in:
Andrej730
2025-10-08 15:59:42 +05:00
parent 389d481364
commit d3beae1374
8 changed files with 24 additions and 6 deletions
+3
View File
@@ -43,6 +43,9 @@ endif
ifeq ($(PYVERSION), py313)
PYNUMBER:=313
endif
ifeq ($(PYVERSION), py314)
PYNUMBER:=314
endif
ifndef PYNUMBER
$(error Unsupported PYVERSION '$(PYVERSION)')
endif