Skip to content

Commit 4c1ec28

Browse files
committed
Drop Python 3.8 support
1 parent 2f45675 commit 4c1ec28

File tree

3 files changed

+13
-89
lines changed

3 files changed

+13
-89
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9"]
27+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9"]
2828

2929
steps:
3030
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "sparklines"
77
version = "0.5.1"
88
description = "Generate sparklines for numbers using Unicode characters only."
99
readme = "README.rst"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = "GPL-3.0-or-later"
1212
license-files = ["LICENSE.txt"]
1313
keywords = ["visualization", "chart", "tool"]
@@ -24,7 +24,6 @@ classifiers = [
2424
"Intended Audience :: End Users/Desktop",
2525
"Intended Audience :: Other Audience",
2626
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.8",
2827
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",

uv.lock

Lines changed: 11 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)