We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280bbf7 commit 8abb73aCopy full SHA for 8abb73a
.travis.yml
@@ -2,7 +2,9 @@ language: python
2
python:
3
- '2.6'
4
- '2.7'
5
+- '3.2'
6
- '3.3'
7
+- '3.4'
8
install:
9
- pip install -r test_requirements.txt
10
- pip install -r requirements.txt
setup.py
@@ -52,6 +52,7 @@ def find_version(*file_paths):
52
'Programming Language :: Python :: 3',
53
'Programming Language :: Python :: 3.2',
54
'Programming Language :: Python :: 3.3',
55
+ 'Programming Language :: Python :: 3.4',
56
57
'Topic :: Communications',
58
'Topic :: Communications :: Chat',
0 commit comments