fix: remove last mentions of py38

Signed-off-by: Tudor Plugaru <plugaru.tudor@protonmail.com>
This commit is contained in:
Tudor Plugaru 2024-11-13 18:07:18 +02:00
parent 9101ab470b
commit b216c7ba41
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
@ -80,7 +79,7 @@ packages = ["src/cloudevents"]
[tool.ruff]
line-length = 88
target-version = "py38"
target-version = "py39"
exclude = [
".bzr",