Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

[WIP] Adds python 3.8 wheels #35

Merged
merged 30 commits into from
Nov 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5ba5af0
BLD Build 3.8
thomasjpfan Oct 24, 2019
8989008
DEP Update multibuild
thomasjpfan Oct 24, 2019
c07fb0b
Merge remote-tracking branch 'upstream/master' into build_38
thomasjpfan Nov 16, 2019
aae8b8a
BLD Builds python 3.8
thomasjpfan Nov 16, 2019
d6a56b8
BLD Comments
thomasjpfan Nov 16, 2019
2ba127f
REV
thomasjpfan Nov 16, 2019
5f40db4
BLD Update requirements
thomasjpfan Nov 16, 2019
9bcbf81
BLD Update multibuild
thomasjpfan Nov 16, 2019
11f49ea
WIP Update python 3.8
thomasjpfan Nov 16, 2019
e310c4b
REV Enable other builds
thomasjpfan Nov 17, 2019
0f4f05c
WIP Test windows
thomasjpfan Nov 17, 2019
49154f6
BLD Update dependences
thomasjpfan Nov 17, 2019
d82a1f3
Allow other platforms
thomasjpfan Nov 17, 2019
103a9c0
TST: Force CI to run
thomasjpfan Nov 18, 2019
fdc7e74
BLD Allow 3.7 to build
thomasjpfan Nov 18, 2019
7c90f86
BLD Use scipy 1.3.1
thomasjpfan Nov 18, 2019
4b0725d
BLD Use scipy 1.3.0
thomasjpfan Nov 18, 2019
0756515
BLD Use scipy 1.2.2
thomasjpfan Nov 18, 2019
9c497cf
TST Adds failing test back
thomasjpfan Nov 19, 2019
0aeb1e7
Merge remote-tracking branch 'upstream/master' into build_38
thomasjpfan Nov 19, 2019
f2fbe9c
REV Reverts to changes
thomasjpfan Nov 19, 2019
cdb832e
REV Reverts to changes
thomasjpfan Nov 19, 2019
74874f2
Merge branch 'master' into build_38
jnothman Nov 21, 2019
db29226
add twine check
adrinjalali Nov 20, 2019
e33a9b5
add missing *
adrinjalali Nov 20, 2019
3b64c3f
TST Try with 0.22.X
thomasjpfan Nov 21, 2019
3ded4a3
Merge remote-tracking branch 'upstream/master' into build_38
thomasjpfan Nov 21, 2019
89785f0
TST Master
thomasjpfan Nov 21, 2019
eb895a5
REV Reverts to changes
thomasjpfan Nov 21, 2019
8bacb86
REV Reverts to changes
thomasjpfan Nov 21, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

environment:
global:
BUILD_COMMIT: 0.22rc2.post1
# BUILD_COMMIT: 0.22rc2.post1
BUILD_COMMIT: master
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script interpreter
# See: http://stackoverflow.com/a/13751649/163740
Expand Down Expand Up @@ -55,6 +56,18 @@ environment:
NP_BUILD_DEP: "1.14.5"
DAILY_BUILD: "true"

- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.0"
PYTHON_ARCH: "32"
NP_BUILD_DEP: "1.17.4"
DAILY_BUILD: "true"

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.0"
PYTHON_ARCH: "64"
NP_BUILD_DEP: "1.17.4"
DAILY_BUILD: "true"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
- "ECHO \"%APPVEYOR_SCHEDULED_BUILD%\""
Expand Down
24 changes: 22 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ env:
- UNICODE_WIDTH=32
- NP_BUILD_DEP="numpy==1.11.0"
- NP_TEST_DEP="numpy==1.16.3"
- CYTHON_BUILD_DEP="cython==0.29.7"
- CYTHON_BUILD_DEP="cython==0.29.13"
- CYTHON_TEST_DEP="cython"
- SCIPY_BUILD_DEP="scipy"
- SCIPY_TEST_DEP="scipy==1.3.0"
- SCIPY_TEST_DEP="scipy==1.3.2"
- JOBLIB_BUILD_DEP="joblib==0.11"
- JOBLIB_TEST_DEP="joblib"
- DAILY_COMMIT=master
Expand Down Expand Up @@ -55,12 +55,25 @@ matrix:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP=numpy==1.14.5
- DAILY_BUILD=true
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- NP_BUILD_DEP=numpy==1.17.4
- NP_TEST_DEP=numpy==1.17.4
- DAILY_BUILD=true
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- NP_BUILD_DEP=numpy==1.14.5
- DAILY_BUILD=true
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- NP_BUILD_DEP=numpy==1.17.4
- NP_TEST_DEP=numpy==1.17.4
- DAILY_BUILD=true
- os: osx
language: generic
env:
Expand All @@ -79,6 +92,13 @@ matrix:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP=numpy==1.14.5
- DAILY_BUILD=true
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.8
- NP_BUILD_DEP=numpy==1.17.4
- NP_TEST_DEP=numpy==1.17.4
- DAILY_BUILD=true

before_install:
- |
Expand Down
4 changes: 2 additions & 2 deletions appveyor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scipy==1.1.0
cython==0.29.7
scipy==1.3.2
cython==0.29.13
joblib
pytest
wheel
Expand Down