Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
pinning to python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 2, 2017
1 parent b52923f commit 66be37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: python

python:
- "2.7"
- "3.6"

install: make develop install_requirements

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -16,7 +16,7 @@
import setuptools

__title__ = 'aprs'
__version__ = '6.5.0b2'
__version__ = '7.0.0b1'
__author__ = 'Greg Albrecht W2GMD <oss@undef.net>' # NOQA pylint: disable=R0801
__copyright__ = 'Copyright 2017 Greg Albrecht and Contributors' # NOQA pylint: disable=R0801
__license__ = 'Apache License, Version 2.0' # NOQA pylint: disable=R0801
Expand Down Expand Up @@ -53,7 +53,7 @@ def publish():
'httpretty >= 0.8.14'
],
install_requires=[
'kiss > 6.4, < 7.0',
'kiss > 6.9',
'requests >= 2.7.0'
],
classifiers=[
Expand Down

0 comments on commit 66be37f

Please sign in to comment.