Skip to content

Commit

Permalink
Problem: 3.9 not up to date
Browse files Browse the repository at this point in the history
Solution: update to latest 3.9.0b1
  • Loading branch information
gotcha committed May 20, 2020
1 parent f61090b commit 16f9b86
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.0a6
PYTHON_ARCHIVE ?= Python-3.9.0b1
endif

ifndef PYTHON_MINOR
Expand Down

0 comments on commit 16f9b86

Please sign in to comment.