From b216c7ba41cd9dd2ac4c9d48591c035ceae81831 Mon Sep 17 00:00:00 2001 From: Tudor Plugaru Date: Wed, 13 Nov 2024 18:07:18 +0200 Subject: [PATCH] fix: remove last mentions of py38 Signed-off-by: Tudor Plugaru --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52fb4bb..f06e1da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",