From be1dc99e943bfd887c27368ca48728fc6444a77e Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 26 Nov 2024 11:16:33 -0800 Subject: [PATCH] Update pyproject.toml Fixed typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d00a534..4aff2d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', - 'Programming Language :: Python :: 3.12' + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13' ] homepage = "https://github.com/iluvcapra/pycmx"