Skip to content

Commit 8429ca3

Browse files
authored
Merge pull request #31 from robert-scheck/py-radix
Continue requiring py-radix 0.10.0, but permit newer versions
2 parents 15cebff + ca1988c commit 8429ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
py-radix==0.10.0
1+
py-radix>=0.10.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'Programming Language :: Python :: 3.13'
7979
],
8080
tests_require=["mock;python_version<'3.3'", "coverage"],
81-
install_requires=["py-radix==0.10.0"] + (
81+
install_requires=["py-radix>=0.10.0"] + (
8282
["future", "ipaddress"] if sys.version_info.major == 2 else []
8383
),
8484
packages=find_packages(exclude=['tests', 'tests.*']),

0 commit comments

Comments
 (0)