summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJules Chéron <jules.cheron@gmail.com>2021-06-12 23:15:45 +0200
committerJules Chéron <jules.cheron@gmail.com>2021-06-12 23:15:45 +0200
commit4711908720401a1a85ac8735270279c21f129e9b (patch)
tree3af1dd0c05dab21949ab9db065be42c75533db2d /.github
parent9fc752c8e0720aa265a19490a9378e40ab096b0e (diff)
downloadpint-4711908720401a1a85ac8735270279c21f129e9b.tar.gz
Add thorough testing on python 3.9
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 32485f7..b0ce7b7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,21 +6,18 @@ jobs:
test-linux:
strategy:
matrix:
- python-version: [3.7, 3.8]
+ python-version: [3.7, 3.8, 3.9]
numpy: [null, "numpy>=1.17,<2.0.0"]
uncertainties: [null, "uncertainties==3.0.1", "uncertainties>=3.0.1,<4.0.0"]
extras: [null]
include:
- - python-version: 3.7
+ - python-version: 3.7 # Minimal versions
numpy: numpy==1.17.5
extras: matplotlib==2.2.5
- python-version: 3.8
numpy: "numpy"
uncertainties: "uncertainties"
extras: "sparse xarray pooch netCDF4 dask[complete] graphviz babel==2.8"
- - python-version: 3.9
- numpy: numpy
-
runs-on: ubuntu-latest
env: