Skip to content

Commit

Permalink
Merge pull request #31 from robert-scheck/py-radix
Browse files Browse the repository at this point in the history
Continue requiring py-radix 0.10.0, but permit newer versions
  • Loading branch information
job authored Dec 26, 2024
2 parents 15cebff + ca1988c commit 8429ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
py-radix==0.10.0
py-radix>=0.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
'Programming Language :: Python :: 3.13'
],
tests_require=["mock;python_version<'3.3'", "coverage"],
install_requires=["py-radix==0.10.0"] + (
install_requires=["py-radix>=0.10.0"] + (
["future", "ipaddress"] if sys.version_info.major == 2 else []
),
packages=find_packages(exclude=['tests', 'tests.*']),
Expand Down

0 comments on commit 8429ca3

Please sign in to comment.