Skip to content

Commit e91d38b

Browse files
committed
Drop support for EOL python 3.9
1 parent 1c00544 commit e91d38b

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
@@ -27,15 +27,14 @@ authors = [
2727
{ name = "Lucian Knock", email = "git@lucianknock.com" },
2828
{ name = "Chase Sterling", email = "chase.sterling@gmail.com" },
2929
]
30-
requires-python = ">=3.9"
30+
requires-python = ">=3.10"
3131
classifiers = [
3232
"Development Status :: 4 - Beta",
3333
"Environment :: Web Environment",
3434
"Intended Audience :: Developers",
3535
"Operating System :: OS Independent",
3636
"Programming Language :: Python",
3737
"Programming Language :: Python :: 3 :: Only",
38-
"Programming Language :: Python :: 3.9",
3938
"Programming Language :: Python :: 3.10",
4039
"Programming Language :: Python :: 3.11",
4140
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)