Skip to content

Commit e4ba677

Browse files
author
Alexander Vasin
committed
Remove 3.7 support
1 parent a8759a7 commit e4ba677

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949

5050
matrix:
5151
python:
52-
- '3.7'
5352
- '3.8'
5453
- '3.9'
5554
- '3.10'

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers = [
2525
"Operating System :: Microsoft",
2626
"Programming Language :: Python",
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.7",
2928
"Programming Language :: Python :: 3.8",
3029
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
@@ -43,7 +42,6 @@ classifiers = [
4342
aiohttp = ">=3.8,<3.10"
4443
aiomisc = "^17.3.4"
4544
aws-request-signer = "1.2.0"
46-
cached-property = [{ version = '^1.5.2', python = "< 3.8" }]
4745
typing_extensions = [{ version = '*', python = "< 3.10" }]
4846
python = "^3.8"
4947

0 commit comments

Comments
 (0)