Added Python 3.11 to classifiers in setup.py.

[ci skip]
This commit is contained in:
Maurits van Rees 2022-11-11 00:23:08 +01:00
parent c73a50d1d8
commit 9d0cc0425d
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
keywords="plone discussion",
author="Timo Stollenwerk - Plone Foundation",