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 306a239 commit b7f3b17Copy full SHA for b7f3b17
circle.yml
@@ -1,6 +1,7 @@
1
machine:
2
python:
3
- version: 3.4.3
+ version: 3.4.4
4
+ version: 3.5.1
5
6
database:
7
pre:
setup.py
@@ -68,6 +68,7 @@ def list_modules(dirname):
68
69
'Programming Language :: Python :: 3',
70
'Programming Language :: Python :: 3.4',
71
+ 'Programming Language :: Python :: 3.5',
72
],
73
keywords='psycopg postgis gis',
74
packages=find_packages(exclude=['tests']),
0 commit comments