Commit 7b7dc00a authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: not using latest 3.9

Solution: update to latest
parent c243385b
...@@ -23,7 +23,7 @@ ifeq ($(PYTHON_VER),3.8) ...@@ -23,7 +23,7 @@ ifeq ($(PYTHON_VER),3.8)
endif endif
ifeq ($(PYTHON_VER),3.9) ifeq ($(PYTHON_VER),3.9)
PYTHON_MINOR ?= 3.9.0 PYTHON_MINOR ?= 3.9.0
PYTHON_ARCHIVE ?= Python-3.9.0b1 PYTHON_ARCHIVE ?= Python-3.9.0b3
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