Skip to content

Commit

Permalink
Drop support for py3.7, add support for py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
katajakasa committed Jan 13, 2024
1 parent 40c40f8 commit 9c0792c
Show file tree
Hide file tree
Showing 4 changed files with 593 additions and 711 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", "3.12"]

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, 3.12
* Aiohttp >= 3.8.0
* Spyne >= 2.14.0

Spyne alpha versions should also work.
Expand Down
Loading

0 comments on commit 9c0792c

Please sign in to comment.