Skip to content

Commit

Permalink
fix: bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 27, 2024
1 parent 354cc69 commit c0ff922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
include:
- adjective: focal
- os: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
-------------------

- Replace requests-unixsocket with requests-unixsocket2
- Bump minimum Python version to 3.8 (required for requests-unixsocket2)

1.19.7 (2023-08-09)
-------------------
Expand Down

0 comments on commit c0ff922

Please sign in to comment.