mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add pypy3 to list of tested environments (#2105)
This commit is contained in:
parent
799df751c7
commit
f35ae584b4
@ -16,6 +16,9 @@ matrix:
|
||||
env: TOXENV=py37
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- python: pypy3
|
||||
env: TOXENV=pypy3
|
||||
dist: xenial
|
||||
- python: 3.8-dev
|
||||
env: TOXENV=py38-dev
|
||||
dist: xenial
|
||||
|
||||
2
setup.py
2
setup.py
@ -26,6 +26,8 @@ CLASSIFIERS = [
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Internet',
|
||||
'Topic :: Utilities',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user