From 11bea698346a0565ad6da3ff877f6249d2b3d905 Mon Sep 17 00:00:00 2001 From: yunline Date: Sat, 30 Nov 2024 10:42:36 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21b7264..eec4d9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Oneliner-Py" -version = "1.0.0" +version = "1.1.0" authors = [{ name = "Yunline" }] description = "Convert python scripts into oneliner expression." readme = "README.md" @@ -13,6 +13,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "License :: OSI Approved :: MIT License", ]