Skip to content

Commit b42676f

Browse files
committed
Drop support for python 3.8.
Update metadata in `pyproject.toml` to reflect that python 3.8 is no longer supported. This is due to recent addition of `pre-commit` as a dependency.
1 parent f2fd5f1 commit b42676f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ urls = {Homepage = "https://github.com/glenn20/mp-image-tool-esp32"}
77
license = {text = "MIT"}
88
classifiers = [
99
"License :: OSI Approved :: MIT License",
10-
"Programming Language :: Python :: 3",
1110
"Operating System :: OS Independent",
1211
"Programming Language :: Python :: 3",
13-
"Programming Language :: Python :: 3.8",
1412
"Programming Language :: Python :: 3.9",
1513
"Programming Language :: Python :: 3.10",
1614
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)