add pypy3 as a supported environment, by default

This commit is contained in:
Jason Carver
2018-02-06 15:52:41 -08:00
parent b825c36def
commit 7bfa2ac5d4
3 changed files with 9 additions and 1 deletions

View File

@ -62,5 +62,6 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy3',
],
)