Skip to content

Commit

Permalink
Merge pull request #1294 from deeptools/cicd
Browse files Browse the repository at this point in the history
github action changes for python 3.7 drop
  • Loading branch information
WardDeb committed Mar 8, 2024
2 parents f2b1254 + c0bac6d commit 5440be3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
- bioconda
dependencies:
- python >= 3.7
- python > 3.7
- numpy
- scipy
- flake8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/planemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5440be3

Please sign in to comment.