diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1a1fbf18..de8e31b1 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 diff --git a/.github/test_and_build.yml b/.github/test_and_build.yml index e2dcd08b..0d1c77b2 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 diff --git a/.github/workflows/planemo.yml b/.github/workflows/planemo.yml index bc7e4b0b..067a303c 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: