summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c4fffdf..32485f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,13 +6,13 @@ jobs:
test-linux:
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8]
- numpy: [null, "numpy>=1.14,<2.0.0"]
+ python-version: [3.7, 3.8]
+ 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.6
- numpy: numpy==1.14.6
+ - python-version: 3.7
+ numpy: numpy==1.17.5
extras: matplotlib==2.2.5
- python-version: 3.8
numpy: "numpy"