7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-16 20:32:21 +00:00

Indicate compatibility with Python 3.8

This commit is contained in:
Régis Behmo 2020-09-04 11:07:34 +02:00
parent ea3839eb74
commit 5a2d6a8542

View File

@ -46,5 +46,6 @@ setup(
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
], ],
) )