Skip to content

Commit

Permalink
deps: update old dependencies and drop py37 (#179)
Browse files Browse the repository at this point in the history
* deps: remove overrides from dependencies

* deps: use newer requests

* deps: use python 3.8 or newer

* deps: poetry update

* ci: drop py37
  • Loading branch information
himkt authored Jan 11, 2024
1 parent fa5ff20 commit 8c76d51
Show file tree
Hide file tree
Showing 3 changed files with 1,116 additions and 723 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v1
Expand Down
Loading

0 comments on commit 8c76d51

Please sign in to comment.