We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1996e0 + cadb3d8 commit b970667Copy full SHA for b970667
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "2.7"
5
- "3.3"
6
- "3.4"
7
+ - "3.5"
8
# - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details)
9
10
git:
setup.py
@@ -121,4 +121,5 @@ def get_data_files(self):
121
"Programming Language :: Python :: 3.2",
122
"Programming Language :: Python :: 3.3",
123
"Programming Language :: Python :: 3.4",
124
+ "Programming Language :: Python :: 3.5",
125
],)
0 commit comments