1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fix compatibility with Python 3.7

This commit is contained in:
Felix Yan
2018-07-21 17:03:19 +08:00
committed by Luiz Menezes
parent 10736db427
commit e93060c81b
3 changed files with 9 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Testing',