Update pyproject.toml

Adding 3.11 to versions
This commit is contained in:
Jamie Hardt
2023-05-17 16:20:32 -07:00
committed by GitHub
parent 62e7f10cf4
commit b3b6e57f6c

View File

@@ -18,7 +18,8 @@ classifiers = [
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
]
dependencies = [