summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2021-01-16 12:24:34 +0100
committerAlejandro Gallo <aamsgallo@gmail.com>2021-01-16 12:24:34 +0100
commitad07d1f6e5a4c6ef46ed3ba1a343d74c32151245 (patch)
tree3d49ba7b3f59b136f2516d5640ba0de32ae1f545
parentda807047045bcc8371d3775a8533f3575ccb18f3 (diff)
Add python 3.9 for testing
-rw-r--r--.github/workflows/main.yml5
-rw-r--r--.travis.yml1
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8df910c0..1b1eaf4c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,10 +5,11 @@ on: [push]
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
strategy:
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8]
+ os: [ubuntu-latest]
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
diff --git a/.travis.yml b/.travis.yml
index 45bd283f..09199efb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ python:
- '3.6'
- '3.7'
- '3.8'
+- '3.9'
install:
- ./tools/ci-install.sh
script: