Add support for CPython 3.11 to Travis-CI (#681)

This commit is contained in:
Andreas Motl
2022-10-14 22:30:04 +02:00
committed by GitHub
parent e5523179d7
commit ed876d1ca2
4 changed files with 16 additions and 2 deletions

View File

@ -94,6 +94,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'License :: OSI Approved :: MIT License',