We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0530ef4 + 2bb5f02 commit a8dd23cCopy full SHA for a8dd23c
.travis.yml
@@ -1,5 +1,6 @@
1
language: python
2
python:
3
+ - "3.4"
4
- "3.3"
5
- "2.7"
6
- "2.6"
setup.py
@@ -69,6 +69,7 @@
69
"Programming Language :: Python :: 2.7",
70
"Programming Language :: Python :: 3",
71
"Programming Language :: Python :: 3.3",
72
+ "Programming Language :: Python :: 3.4",
73
"License :: OSI Approved",
74
"License :: OSI Approved :: MIT License",
75
"Development Status :: 4 - Beta",
0 commit comments