mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Add version 3.7 support checks
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
- "3.6"
|
||||
- "3.5"
|
||||
- "2.7"
|
||||
|
||||
3
setup.py
3
setup.py
@@ -18,6 +18,7 @@ setup(name='pycmx',
|
||||
'Topic :: Text Processing',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6'
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
],
|
||||
packages=['pycmx'])
|
||||
|
||||
Reference in New Issue
Block a user