Remove Python 3.9 references

This commit is contained in:
Andrej730
2026-03-18 11:18:55 +05:00
parent c03156b5cd
commit 888158570a
4 changed files with 3 additions and 6 deletions
-3
View File
@@ -28,9 +28,6 @@ endif
endif
# TODO: we should simplify this at some point...
ifeq ($(PYVERSION), py39)
PYNUMBER:=39
endif
ifeq ($(PYVERSION), py310)
PYNUMBER:=310
endif