Skip to content

Commit

Permalink
Remove 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Vasin committed May 6, 2024
1 parent a8759a7 commit e4ba677
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:

matrix:
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ classifiers = [
"Operating System :: Microsoft",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -43,7 +42,6 @@ classifiers = [
aiohttp = ">=3.8,<3.10"
aiomisc = "^17.3.4"
aws-request-signer = "1.2.0"
cached-property = [{ version = '^1.5.2', python = "< 3.8" }]
typing_extensions = [{ version = '*', python = "< 3.10" }]
python = "^3.8"

Expand Down

0 comments on commit e4ba677

Please sign in to comment.