diff --git a/.github/workflows/scivision.yml b/.github/workflows/scivision.yml index 3cfa7efb..fedfe15b 100644 --- a/.github/workflows/scivision.yml +++ b/.github/workflows/scivision.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7', '3.8', '3.9'] + python-version: ['3.8', '3.9'] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 diff --git a/README.md b/README.md index 60638992..bd46653a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,16 @@ Browse through a gallery of notebooks (runnable interactively with Binder) from Scivision development happens in the [Scivision GitHub repo](https://github.com/alan-turing-institute/scivision). +## 📋 Support table + +| Python version | Scivision version | +| --- | --- | +| <3.7 | unsupported | +| ^3.7 | <0.4 | +| ^3.8 | * (any) | +| ^3.9 | * (any) | +| >=3.10 | unsupported | + ## 🐨 Installation 1. **Install scivision via [PyPi](https://pypi.org/project/scivision/)**: which tends to be the most user-friendly option: diff --git a/requirements.txt b/requirements.txt index e0be4477..b444b96e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pyyaml requests aiohttp intake -intake-xarray +intake-xarray==0.6.1 pydantic exifread distinctipy diff --git a/setup.py b/setup.py index a10647f0..2b6be66c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="scivision", - version="0.3.0", + version="0.4.0", description="scivision", author="The Alan Turing Institute", author_email="scivision@turing.ac.uk",