Merge branch 'master' into maint-poetry

This commit is contained in:
Jamie Hardt
2024-11-26 10:52:55 -08:00
committed by GitHub
5 changed files with 36 additions and 4 deletions

View File

@@ -20,7 +20,8 @@ classifiers = [
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
]
homepage = "https://github.com/iluvcapra/pycmx"
documentation = "https://pycmx.readthedocs.io/"