File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ BUILD_NUMBER=custom
30
30
MACOSX_DEPLOYMENT_TARGET =10.8
31
31
32
32
# Version of packages that will be compiled by this meta-package
33
- PYTHON_VERSION =3.6.10
33
+ PYTHON_VERSION =3.6.12
34
34
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
35
35
36
36
OPENSSL_VERSION_NUMBER =1.0.2
Original file line number Diff line number Diff line change 1
1
Python Apple Support
2
2
====================
3
3
4
- **This repository branch builds a packaged version of Python 3.6.10 **.
4
+ **This repository branch builds a packaged version of Python 3.6.12 **.
5
5
Other Python versions are available by cloning other branches of the main
6
6
repository.
7
7
Original file line number Diff line number Diff line change @@ -12074,7 +12074,7 @@ index 9ad05fadef..05d1ba1f82 100644
12074
12074
"""Test loading extension modules with multi-phase initialization (PEP 489)
12075
12075
"""
12076
12076
diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py
12077
- index f29c16cb47..8521120d51 100644
12077
+ index 4ba46563b9..9aad49bbbd 100644
12078
12078
--- a/Lib/test/test_io.py
12079
12079
+++ b/Lib/test/test_io.py
12080
12080
@@ -572,7 +572,7 @@
You can’t perform that action at this time.
0 commit comments