From 9eff6b0c36a69d60c639294b7d33e7a67e656f2c Mon Sep 17 00:00:00 2001 From: Norman Fomferra Date: Mon, 27 Jul 2026 14:26:40 +0200 Subject: [PATCH] Update --- remotestate-py/pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/remotestate-py/pyproject.toml b/remotestate-py/pyproject.toml index 0783ccf..038435a 100644 --- a/remotestate-py/pyproject.toml +++ b/remotestate-py/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remotestate" -version = "0.3.4.dev0" +version = "0.3.4.dev1" authors = [{name = "forman"}] description = "Python state, React UI." readme = "README.md" @@ -18,7 +18,10 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Libraries :: Python Modules", ] urls = { Homepage = "https://github.com/bcdev/remotestate", Issues = "https://github.com/bcdev/remotestate/issues", Repository = "https://github.com/bcdev/remotestate"}