diff --git a/pyproject.toml b/pyproject.toml index 974f3100..741233cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "isocodes" -version = "2023.09.15" +version = "2023.11.26" description = "This project provides lists of various ISO standards (e.g. country, language, language scripts, and currency names) in one place" authors = [{ name = "Atem18", email = "contact@atemlire.io" }] license = { file = "LICENSE" } @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = [] @@ -28,7 +29,12 @@ dev = ["pre-commit == 3.5.0", "ruff == 0.1.6", "mypy == 1.7.0"] doc = ["mkdocs == 1.5.3", "mkdocs-material == 9.4.11", "mkdocstrings == 0.23.0"] -test = ["pytest == 7.4.3", "tox == 4.11.3", "pyinstaller[hook_testing] == 6.2.0", "psutil == 5.9.6"] +test = [ + "pytest == 7.4.3", + "tox == 4.11.3", + "pyinstaller[hook_testing] == 6.2.0", + "psutil == 5.9.6", +] build = ["hatch == 1.7.0"]