Skip to content

Commit 606b6c4

Browse files
committed
Python 3.14: Drop support for Python 3.8
1 parent bd8127d commit 606b6c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
{ name = "Jürgen Key", email = "jkey@arcor.de" },
1414
{ name = "Andreas Motl", email = "andreas.motl@panodata.org" },
1515
]
16-
requires-python = ">=3.8"
16+
requires-python = ">=3.9"
1717
readme = "README.rst"
1818
license = "AGPL-3.0"
1919
keywords = [
@@ -29,7 +29,6 @@ keywords = [
2929
classifiers = [
3030
"Programming Language :: Python",
3131
"Programming Language :: Python :: 3",
32-
"Programming Language :: Python :: 3.8",
3332
"Programming Language :: Python :: 3.9",
3433
"Programming Language :: Python :: 3.10",
3534
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)