diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index e93dd79..44de3e8 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.6 + - name: Set up Python 3.8 uses: actions/setup-python@v1 with: - python-version: 3.6 + python-version: 3.8 - name: Install ncview run: sudo apt-get install ncview - name: Install dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e0ade..3b62540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ formatted output files [\#182](https://github.com/EUREC4A-UK/lagtraj/pull/182/) @sjboeing +*maintenance* + +- switch to using python v3.8 for continuous integration + [\#186](https://github.com/EUREC4A-UK/lagtraj/pull/186) @leifdenby + ## [v0.1.1](https://github.com/EUREC4A-UK/lagtraj/tree/v0.1.1) diff --git a/README.md b/README.md index a46318b..f0034da 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,10 @@ $> python -m pip install lagtraj *NOTE: if you are intending to modify `lagtraj` yourself you should check out the [development notes](docs/developing.md).* -`lagtraj` requires Python 3 and is tested with `python3.6` but later -versions should work too. +`lagtraj` requires Python 3 and is developed and tested with `python3.8` (in +that we aim to follow the recommendations of +[NEP29](https://numpy.org/neps/nep-0029-deprecation_policy.html)) but later +versions should work too (it may work with earlier versions too). Once installed all `lagtraj`'s commands are available from any directory and the follow the pattern