Commit a1015c21 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: python versions not up to date

Solution: update to latest versions ;-)
parent 85f8cac1
...@@ -13,20 +13,20 @@ ifeq ($(PYTHON_VER),3.5) ...@@ -13,20 +13,20 @@ ifeq ($(PYTHON_VER),3.5)
PYTHON_MINOR ?= 3.5.10 PYTHON_MINOR ?= 3.5.10
endif endif
ifeq ($(PYTHON_VER),3.6) ifeq ($(PYTHON_VER),3.6)
PYTHON_MINOR ?= 3.6.13 PYTHON_MINOR ?= 3.6.15
endif endif
ifeq ($(PYTHON_VER),3.7) ifeq ($(PYTHON_VER),3.7)
PYTHON_MINOR ?= 3.7.10 PYTHON_MINOR ?= 3.7.12
endif endif
ifeq ($(PYTHON_VER),3.8) ifeq ($(PYTHON_VER),3.8)
PYTHON_MINOR ?= 3.8.8 PYTHON_MINOR ?= 3.8.12
endif endif
ifeq ($(PYTHON_VER),3.9) ifeq ($(PYTHON_VER),3.9)
PYTHON_MINOR ?= 3.9.2 PYTHON_MINOR ?= 3.9.7
endif endif
ifeq ($(PYTHON_VER),3.10) ifeq ($(PYTHON_VER),3.10)
PYTHON_MINOR ?= 3.10.0 PYTHON_MINOR ?= 3.10.0
PYTHON_ARCHIVE ?= Python-3.10.0a5 PYTHON_ARCHIVE ?= Python-3.10.0rc2
endif endif
ifndef PYTHON_MINOR ifndef PYTHON_MINOR
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment