Skip to content

Commit fff7367

Browse files
committed
Update patch for Python 3.7.6.
1 parent 1a9c71d commit fff7367

File tree

2 files changed

+15340
-206
lines changed

2 files changed

+15340
-206
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
# Current director
2626
PROJECT_DIR=$(shell pwd)
2727

28-
BUILD_NUMBER=2
28+
BUILD_NUMBER=3
2929

3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

3232
# Version of packages that will be compiled by this meta-package
33-
PYTHON_VERSION=3.7.5
33+
PYTHON_VERSION=3.7.6
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

3636
OPENSSL_VERSION_NUMBER=1.1.1

0 commit comments

Comments
 (0)