Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 82b73ba

Browse files
committed
Make Python 3.8 wheels.
1 parent 9d8a0ad commit 82b73ba

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ environment:
5050
PYTHON_VERSION: 3.5
5151
PYTHON_ARCH: 64
5252

53+
- PYTHON: C:\Python38rc1
54+
PYTHON_VERSION: 3.8
55+
PYTHON_ARCH: 32
56+
57+
- PYTHON: C:\Python38rc1-x64
58+
PYTHON_VERSION: 3.8
59+
PYTHON_ARCH: 64
60+
5361
init:
5462
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
5563
- "ECHO \"%APPVEYOR_SCHEDULED_BUILD%\""

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ matrix:
6363
env:
6464
- MB_PYTHON_VERSION=3.7
6565
- MB_PYTHON_OSX_VER=10.9
66+
- os: osx
67+
language: generic
68+
env:
69+
- MB_PYTHON_VERSION=3.8
70+
- MB_PYTHON_OSX_VER=10.9
6671

6772
before_install:
6873
- if [ "$TRAVIS_BRANCH" == "master" ]; then

0 commit comments

Comments
 (0)