mirror of https://github.com/mahmoud/boltons.git
Bring Python current in classifiers (#268)
This commit is contained in:
parent
86c06aa791
commit
b495c85d04
2
setup.py
2
setup.py
|
@ -49,6 +49,8 @@ setup(name='boltons',
|
|||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy', ]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue