We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea94004 commit 0c4bfbcCopy full SHA for 0c4bfbc
.travis.yml
@@ -3,6 +3,7 @@ language: python
3
python:
4
- 3.4
5
- 3.5
6
+ - 3.6
7
8
install:
9
- pip install --upgrade -e.[test]
setup.py
@@ -59,4 +59,5 @@
59
'Programming Language :: Python :: 3 :: Only',
60
'Programming Language :: Python :: 3.4',
61
'Programming Language :: Python :: 3.5',
62
+ 'Programming Language :: Python :: 3.6',
63
'Topic :: Multimedia :: Graphics :: Graphics Conversion'])
0 commit comments