Skip to content

Commit

Permalink
Drop support for py3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
katajakasa committed Jul 9, 2024
1 parent f8b7ce4 commit d929563
Show file tree
Hide file tree
Showing 4 changed files with 759 additions and 795 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Aiohttp transport for Spyne RPC library.

Requirements:

* Python 3.7, 3.8, 3.9, 3.10, 3.11
* Aiohttp >= 3.7.0
* Python 3.8, 3.9, 3.10, 3.11
* Aiohttp >= 3.9.0
* Spyne >= 2.14.0

Spyne alpha versions should also work.
Expand Down
Loading

0 comments on commit d929563

Please sign in to comment.