Skip to content

Commit

Permalink
Problem: not using latest 3.9
Browse files Browse the repository at this point in the history
Solution: update to latest
  • Loading branch information
gotcha committed Jun 15, 2020
1 parent c243385 commit 7b7dc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ifeq ($(PYTHON_VER),3.8)
endif
ifeq ($(PYTHON_VER),3.9)
PYTHON_MINOR ?= 3.9.0
PYTHON_ARCHIVE ?= Python-3.9.0b1
PYTHON_ARCHIVE ?= Python-3.9.0b3
endif

ifndef PYTHON_MINOR
Expand Down

0 comments on commit 7b7dc00

Please sign in to comment.