Skip to content

Commit

Permalink
travis/appveyor: add python 3.9, remove EOL python3.5
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
anthrotype committed Oct 13, 2020
1 parent a99e608 commit 156854c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ matrix:
- MB_PYTHON_VERSION=2.7
- PLAT=i686
- UNICODE_WIDTH=16
- os: linux
env:
- MB_PYTHON_VERSION=3.5
- os: linux
env:
- MB_PYTHON_VERSION=3.5
- PLAT=i686
- os: linux
env:
- MB_PYTHON_VERSION=3.6
Expand All @@ -64,12 +57,16 @@ matrix:
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- os: osx
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- MB_PYTHON_VERSION=3.9
- os: linux
env:
- MB_PYTHON_VERSION=3.9
- PLAT=i686
- os: osx
env:
- MB_PYTHON_VERSION=3.5
- MB_PYTHON_VERSION=2.7
- os: osx
env:
- MB_PYTHON_VERSION=3.6
Expand All @@ -79,6 +76,9 @@ matrix:
- os: osx
env:
- MB_PYTHON_VERSION=3.8
- os: osx
env:
- MB_PYTHON_VERSION=3.9

before_install:
- source multibuild/common_utils.sh
Expand Down
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ environment:
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "32"
Expand All @@ -44,6 +36,14 @@ environment:
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python39"
PYTHON_VERSION: "3.9.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python39-x64"
PYTHON_VERSION: "3.9.x"
PYTHON_ARCH: "64"

# matrix:
# fast_finish: true

Expand Down

0 comments on commit 156854c

Please sign in to comment.