Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit57b1db6

Browse files
committed
Widen dependency limits
1 parent3d02ba7 commit57b1db6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ python:
44
# - "3.2" # `future` library doesn't support 3.2, sorry. Patches welcome.
55
-"3.3"
66
-"3.4"
7+
-"3.5"
8+
-"3.6"
79
script:"python setup.py test"

‎setup.py‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"Programming Language :: Python :: 2.7",
3333
"Programming Language :: Python :: 3.3",
3434
"Programming Language :: Python :: 3.4",
35+
"Programming Language :: Python :: 3.5",
36+
"Programming Language :: Python :: 3.6",
3537
"Development Status :: 5 - Production/Stable",
3638
"Intended Audience :: Developers",
3739
"License :: OSI Approved :: BSD License",
@@ -42,11 +44,11 @@
4244
packages= ["jsonrpc2_zeromq"],
4345
install_requires=[
4446
"setuptools",
45-
"pyzmq>=2.1.11,<15",
47+
"pyzmq>=2.1.11,<17",
4648
"future>=0.14.3",
4749
],
4850
tests_require=[
49-
"nose==1.3.4",
51+
"nose>=1.3.4,<2",
5052
],
5153
test_suite="nose.collector",
5254
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp