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.
2 parents 78eed00 + e20f3dd commit 0eb7892Copy full SHA for 0eb7892
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "2.7"
5
- "3.2"
6
- "3.3"
7
+ - "3.4"
8
- "pypy"
9
install: true
10
script:
setup.cfg
@@ -0,0 +1,2 @@
1
+[wheel]
2
+universal = 1
setup.py
@@ -49,5 +49,6 @@ def run(self):
49
"Programming Language :: Python :: 3",
50
"Programming Language :: Python :: 3.2",
51
"Programming Language :: Python :: 3.3",
52
+ "Programming Language :: Python :: 3.4",
53
],
54
)
0 commit comments