Skip to content

Commit

Permalink
Problem: not latest minor versions of Python
Browse files Browse the repository at this point in the history
Solution: update
  • Loading branch information
gotcha committed May 17, 2020
1 parent 526a7ef commit f61d239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VENV = $(HERE)/venvs/$(PYTHON_VER)
BUILD_VARIABLES =

ifeq ($(PYTHON_VER),2.7)
PYTHON_MINOR ?= 2.7.17
PYTHON_MINOR ?= 2.7.18
endif
ifeq ($(PYTHON_VER),3.5)
PYTHON_MINOR ?= 3.5.9
Expand All @@ -19,7 +19,7 @@ ifeq ($(PYTHON_VER),3.7)
PYTHON_MINOR ?= 3.7.7
endif
ifeq ($(PYTHON_VER),3.8)
PYTHON_MINOR ?= 3.8.2
PYTHON_MINOR ?= 3.8.3
endif
ifeq ($(PYTHON_VER),3.9)
PYTHON_MINOR ?= 3.9.0
Expand Down

0 comments on commit f61d239

Please sign in to comment.