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 932b18f commit 331cace
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -51,7 +51,7 @@ Resources:
## Install

[wheezy.template](https://pypi.org/project/wheezy.template/) requires
[python](https://www.python.org) version 3.8+. It is independent of
[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.template/) site:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
setup(
name="wheezy.template",
version=VERSION,
python_requires=">=3.8",
python_requires=">=3.9",
description="A lightweight template library",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -53,11 +53,11 @@
"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",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet :: WWW/HTTP",
Expand Down

0 comments on commit 331cace

Please sign in to comment.