From 5f0a1712190e4db3bfc07cc340a5f71d400e9ea3 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:34:07 +0200 Subject: [PATCH] Revert "Add classifer for 3.12" --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 500b08dd72d24..57996a2240b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Topic :: Home Automation", ] requires-python = ">=3.11.0"