Update pyproject.toml

Fixed typo
This commit is contained in:
Jamie Hardt
2024-11-26 11:16:33 -08:00
committed by GitHub
parent fbdfcddfff
commit be1dc99e94

View File

@@ -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"