fix: remove last mentions of py38 (#244)

Signed-off-by: Tudor Plugaru <plugaru.tudor@protonmail.com>
This commit is contained in:
Tudor Plugaru 2024-11-14 11:07:23 +02:00 committed by GitHub
parent 9101ab470b
commit d601888b8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",