PyAPI: drop support for Python 3.10

All platforms have been updated to support 3.11
so supporting 3.10 is no longer needed.
This commit is contained in:
Campbell Barton
2024-01-09 22:23:41 +11:00
parent f11ec3eb14
commit 5afd33d129
4 changed files with 12 additions and 11 deletions

View File

@@ -223,9 +223,6 @@ ifeq (, $(wildcard $(LIBDIR)/python/lib/python$(PY_LIB_VERSION)))
PY_LIB_VERSION:=3.12
ifeq (, $(wildcard $(LIBDIR)/python/lib/python$(PY_LIB_VERSION)))
PY_LIB_VERSION:=3.11
ifeq (, $(wildcard $(LIBDIR)/python/lib/python$(PY_LIB_VERSION)))
PY_LIB_VERSION:=3.10
endif
endif
endif
endif