Add classifiers for Python 3.10 and 3.11

We already test on py311, may as well state support explicitly.

Change-Id: I5418aefe4a7b473e99e333f8424a9e9a5dcf765b
This commit is contained in:
Tim Burke 2024-01-29 08:41:03 -08:00
parent 3fbead8637
commit 6ed63c2c0b

View File

@ -27,6 +27,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.11
Programming Language :: Python
Topic :: Utilities
python_requires = >= 3.6