We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae8f8c commit edd1958Copy full SHA for edd1958
.travis.yml
@@ -1,5 +1,7 @@
1
language: python
2
python:
3
+ - "3.4"
4
+ - "3.3"
5
- "2.7"
6
- "2.6"
7
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
setup.py
@@ -39,6 +39,9 @@
39
'Programming Language :: Python :: 2',
40
'Programming Language :: Python :: 2.6',
41
'Programming Language :: Python :: 2.7',
42
+ 'Programming Language :: Python :: 3',
43
+ 'Programming Language :: Python :: 3.3',
44
+ 'Programming Language :: Python :: 3.4',
45
'Topic :: Office/Business :: Office Suites',
46
'Topic :: Software Development :: Libraries'
47
]
0 commit comments