Skip to content

Commit

Permalink
chore: dropped python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed Nov 10, 2024
1 parent 87e58ca commit e74f6f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
fail-fast: false
matrix:
include:
- python: "3.8"
tox: py38
- python: "3.9"
tox: py39
- python: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources:
## Install

[wheezy.http](https://pypi.org/project/wheezy.http/) requires
[python](https://www.python.org) version 3.8+. It is independent of operating
[python](https://www.python.org) version 3.9+. It is independent of operating
system. You can install it from [pypi](https://pypi.org/project/wheezy.http/)
site:

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
setup(
name="wheezy.http",
version=VERSION,
python_requires=">=3.8",
python_requires=">=3.9",
description="A lightweight http request-response library",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -50,7 +50,6 @@
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit e74f6f8

Please sign in to comment.