We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9101ab4 commit d601888Copy full SHA for d601888
pyproject.toml
@@ -19,7 +19,6 @@ classifiers = [
19
"Programming Language :: Python",
20
"Programming Language :: Python :: 3",
21
"Programming Language :: Python :: 3 :: Only",
22
- "Programming Language :: Python :: 3.8",
23
"Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
@@ -80,7 +79,7 @@ packages = ["src/cloudevents"]
80
79
81
[tool.ruff]
82
line-length = 88
83
-target-version = "py38"
+target-version = "py39"
84
85
exclude = [
86
".bzr",
0 commit comments