Update pyproject.toml

Added Python 3.12 classifier
This commit is contained in:
Jamie Hardt
2023-11-08 08:15:47 -08:00
committed by GitHub
parent cc371cd486
commit d79fdcc6a8

View File

@@ -18,7 +18,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'
]
dependencies = [