dnsdb / dnsdb2-python

Farsight DNSDB Version 2 with Flexible Search SDK for Python
https://dnsdb.info
Apache License 2.0
8 stars 1 forks source link

Fixed incorrect Python version requirement for importlib #1

Closed cschmidt0121 closed 3 years ago

cschmidt0121 commented 3 years ago

importlib was added in Python 3.1, so setup.cfg should only require Python to be 3.1 or newer.