We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8759a7 commit e4ba677Copy full SHA for e4ba677
.github/workflows/tests.yml
@@ -49,7 +49,6 @@ jobs:
49
50
matrix:
51
python:
52
- - '3.7'
53
- '3.8'
54
- '3.9'
55
- '3.10'
pyproject.toml
@@ -25,7 +25,6 @@ classifiers = [
25
"Operating System :: Microsoft",
26
"Programming Language :: Python",
27
"Programming Language :: Python :: 3",
28
- "Programming Language :: Python :: 3.7",
29
"Programming Language :: Python :: 3.8",
30
"Programming Language :: Python :: 3.9",
31
"Programming Language :: Python :: 3.10",
@@ -43,7 +42,6 @@ classifiers = [
43
42
aiohttp = ">=3.8,<3.10"
44
aiomisc = "^17.3.4"
45
aws-request-signer = "1.2.0"
46
-cached-property = [{ version = '^1.5.2', python = "< 3.8" }]
47
typing_extensions = [{ version = '*', python = "< 3.10" }]
48
python = "^3.8"
0 commit comments