Skip to content

Commit dc35746

Browse files
Merge pull request #265 from mattip/python3.8.0
CPython 3.8.0 was released xref pypa/manylinux#370
2 parents d0cf77e + b176ecb commit dc35746

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ test_script:
7676
- python -m pyappveyordemo.tests.test_extension
7777

7878
# Smoke test of install_python script
79+
# Use C:\PythonXY, C:\PythonXY-x64, C:\PythonXYrcZ, or C:\PythonXYrcZ-x64
7980
- set PYTHON=C:\Python37
8081
- ps: .\install_python.ps1
8182
- set PYTHON=C:\Python37-x64
8283
- ps: .\install_python.ps1
83-
- set PYTHON=C:\Python38rc1-x64
84+
- set PYTHON=C:\Python38-x64
8485
- ps: .\install_python.ps1

osx_utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
1414
DOWNLOADS_SDIR=downloads
1515
WORKING_SDIR=working
1616

17-
# As of 26 July 2019 - latest Python of each version with binary download
17+
# As of 14 Oct 2019 - latest Python of each version with binary download
1818
# available.
1919
# See: https://www.python.org/downloads/mac-osx/
2020
LATEST_2p7=2.7.16
2121
LATEST_3p5=3.5.4
2222
LATEST_3p6=3.6.8
2323
LATEST_3p7=3.7.4
24-
LATEST_3p8=3.8.0rc1
24+
LATEST_3p8=3.8.0
2525

2626

2727
function check_python {

0 commit comments

Comments
 (0)