Skip to content

Commit a2013ef

Browse files
committed
add 3.14, drop 3.9
1 parent e14ed44 commit a2013ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ authors = [
2424
]
2525
license = "MIT"
2626
dynamic = ["version"]
27-
requires-python = ">=3.9"
27+
requires-python = ">=3.10"
2828

2929
classifiers = [
3030
"License :: OSI Approved :: MIT License",
3131
"Natural Language :: English",
3232
"Operating System :: OS Independent",
3333
"Programming Language :: Python :: 3 :: Only",
34-
"Programming Language :: Python :: 3.9",
3534
"Programming Language :: Python :: 3.10",
3635
"Programming Language :: Python :: 3.11",
3736
"Programming Language :: Python :: 3.12",
37+
"Programming Language :: Python :: 3.13",
38+
"Programming Language :: Python :: 3.14",
3839
"Programming Language :: Python :: Implementation :: CPython",
3940
"Topic :: Software Development :: Libraries :: Python Modules",
4041
"Typing :: Typed",

0 commit comments

Comments
 (0)