Skip to content

Commit d601888

Browse files
authored
fix: remove last mentions of py38 (#244)
Signed-off-by: Tudor Plugaru <plugaru.tudor@protonmail.com>
1 parent 9101ab4 commit d601888

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ classifiers = [
1919
"Programming Language :: Python",
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3 :: Only",
22-
"Programming Language :: Python :: 3.8",
2322
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
@@ -80,7 +79,7 @@ packages = ["src/cloudevents"]
8079

8180
[tool.ruff]
8281
line-length = 88
83-
target-version = "py38"
82+
target-version = "py39"
8483

8584
exclude = [
8685
".bzr",

0 commit comments

Comments
 (0)