Skip to content

Commit

Permalink
Update appveyor and travis to include newer pythons.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Aug 1, 2021
1 parent 4cd93b8 commit 2102f39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ matrix:
- os: linux
dist: xenial # or later
language: python
python: 3.9-dev
python: 3.9
- os: linux
dist: xenial # or later
language: python
python: 3.10-dev
- os: linux
dist: xenial
language: java
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ environment:
JAVA_HOME: "C:\\Program Files\\Java\\jdk12"
- PYTHON: "C:\\Python38-x64"
JAVA_HOME: "C:\\Program Files\\Java\\jdk11"
- PYTHON: "C:\\Python39-x64"
JAVA_HOME: "C:\\Program Files\\Java\\jdk11"

build: off

Expand Down

0 comments on commit 2102f39

Please sign in to comment.