Skip to content

Commit e287a90

Browse files
authored
Merge pull request #495 from scipopt/CI-use-python3.9
use Python-3.9 in Travis and Appveyor CI
2 parents 1829f31 + fa4614b commit e287a90

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ matrix:
99
- python: 3.6
1010
- python: 3.7
1111
- python: 3.8
12+
- python: 3.9
1213
env: TRAVIS_BUILD_DOCS=$TRAVIS_TAG
1314
addons:
1415
apt:

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ environment:
2323
PIP: C:\Python38-x64\Scripts\pip
2424
PYTEST: C:\Python38-x64\Scripts\pytest
2525
TWINE: C:\Python38-x64\Scripts\twine
26+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
27+
PYTHON: C:\Python39-x64
28+
PIP: C:\Python39-x64\Scripts\pip
29+
PYTEST: C:\Python39-x64\Scripts\pytest
30+
TWINE: C:\Python39-x64\Scripts\twine
2631

2732

2833
install:

0 commit comments

Comments
 (0)