Skip to content

Commit 5516abb

Browse files
committed
🩹 fix project classifiers to newer python versions
1 parent b12e714 commit 5516abb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎pyproject.toml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ readme = "README.md"
2121
description = "A template repository to start building a Python package."
2222

2323
# python minimum version requirement, must be compatible
24-
requires-python = ">= 3.11"
24+
requires-python = ">= 3.10"
2525

2626
# license file, directly change the file to reflect changes
2727
license = {file = "LICENSE"}
@@ -40,7 +40,10 @@ classifiers = [
4040

4141
# list of supported python versions
4242
"Programming Language :: Python :: 3",
43-
"Programming Language :: Python :: 3.11"
43+
"Programming Language :: Python :: 3.10",
44+
"Programming Language :: Python :: 3.11",
45+
"Programming Language :: Python :: 3.13",
46+
"Programming Language :: Python :: 3.14",
4447
]
4548

4649
[project.urls]

0 commit comments

Comments
 (0)