From 9115580bf7c602ca3c524ad392489bd712f355da Mon Sep 17 00:00:00 2001 From: Christian Eichenberger Date: Tue, 18 Feb 2025 17:03:18 +0100 Subject: [PATCH] Release 4.0.4 3rd attempt. (#123) Fix classifier see https://pypi.org/classifiers/ --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a468feb..0b187318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,9 @@ classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Natural Language :: English', - 'Programming Language :: Python :: 3.10 - 3.12', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ] dependencies = [ "attr",