Skip to content

Commit a85b558

Browse files
authored
build: prevent incompatible pycares versions (#215)
1 parent 6d63e75 commit a85b558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_version():
2121
license='MIT',
2222
long_description=codecs.open('README.rst', encoding='utf-8').read(),
2323
long_description_content_type='text/x-rst',
24-
install_requires=['pycares>=4.9.0'],
24+
install_requires=['pycares>=4.9.0,<5'],
2525
packages=['aiodns'],
2626
package_data={'aiodns': ['py.typed']},
2727
platforms=['POSIX', 'Microsoft Windows'],

0 commit comments

Comments
 (0)