mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Can't support 3.7 yet?
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
- "3.6"
|
||||
script:
|
||||
- "python3 setup.py test"
|
||||
|
||||
3
setup.py
3
setup.py
@@ -17,7 +17,6 @@ setup(name='pycmx',
|
||||
'Topic :: Multimedia :: Video',
|
||||
'Topic :: Text Processing',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7'
|
||||
'Programming Language :: Python :: 3.6'
|
||||
],
|
||||
packages=['pycmx'])
|
||||
|
||||
Reference in New Issue
Block a user