Skip to content

Commit

Permalink
Merge pull request #24 from EBI-Metagenomics/develop
Browse files Browse the repository at this point in the history
Upgrade dep - requests, drop 3.6 in GHA
  • Loading branch information
mberacochea authored Nov 16, 2022
2 parents dd31a7b + fbf96eb commit c58131b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests>=2.20.0
requests==2.28.1

0 comments on commit c58131b

Please sign in to comment.