From 7c148159720036640cc1bf7a7e873b1a8fd1228a Mon Sep 17 00:00:00 2001 From: WardDeb Date: Fri, 8 Mar 2024 16:06:19 +0100 Subject: [PATCH 1/3] omit travis tests in contributing doc --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1a1fbf187..de8e31b14 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,4 +17,4 @@ for contributing to the repository :** ## Testing -* Please make sure that travis tests are passing +* Please make sure that github actions are passing From cbf623b4b2b4287df4a8b36eb6a01f9af9f21075 Mon Sep 17 00:00:00 2001 From: WardDeb Date: Fri, 8 Mar 2024 16:06:38 +0100 Subject: [PATCH 2/3] drop python 3.7 as lowest version in test env --- .github/test_and_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/test_and_build.yml b/.github/test_and_build.yml index e2dcd08be..0d1c77b20 100644 --- a/.github/test_and_build.yml +++ b/.github/test_and_build.yml @@ -2,7 +2,7 @@ channels: - conda-forge - bioconda dependencies: - - python >= 3.7 + - python > 3.7 - numpy - scipy - flake8 From c0bac6d88b47feac47a68d5a53f42948b8447263 Mon Sep 17 00:00:00 2001 From: WardDeb Date: Fri, 8 Mar 2024 16:06:52 +0100 Subject: [PATCH 3/3] planemo test 3.8 minimal version --- .github/workflows/planemo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/planemo.yml b/.github/workflows/planemo.yml index bc7e4b0bb..067a303cc 100644 --- a/.github/workflows/planemo.yml +++ b/.github/workflows/planemo.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.11'] + python-version: ['3.8', '3.11'] steps: - uses: actions/download-artifact@v3 with: