Skip to content

Commit 85e01fc

Browse files
committed
Drop support for py3.7.
1 parent f8b7ce4 commit 85e01fc

File tree

4 files changed

+760
-796
lines changed

4 files changed

+760
-796
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Aiohttp transport for Spyne RPC library.
77

88
Requirements:
99

10-
* Python 3.7, 3.8, 3.9, 3.10, 3.11
11-
* Aiohttp >= 3.7.0
10+
* Python 3.8, 3.9, 3.10, 3.11
11+
* Aiohttp >= 3.9.0
1212
* Spyne >= 2.14.0
1313

1414
Spyne alpha versions should also work.

0 commit comments

Comments
 (0)