Skip to content

Commit

Permalink
Merge pull request #214 from FragLand/bugfix/python-36-support-again
Browse files Browse the repository at this point in the history
Python: Fix installation on Python 3.6
  • Loading branch information
ldilley authored Jan 21, 2024
2 parents 46bc844 + e372431 commit 53d5f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dnspython ~= 2.4.2
dnspython >= 2.2.1,< 2.6.0
2 changes: 1 addition & 1 deletion Python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ classifiers =
packages = find:
python_requires = >=3.6
install_requires =
dnspython >= 2.2.1,< 2.5.0
dnspython >= 2.2.1,< 2.6.0

0 comments on commit 53d5f0f

Please sign in to comment.