Skip to content

Commit 4e262db

Browse files
committed
Bump pyOpenSSL compat range; add dep version strategy note
1 parent e2bf5a4 commit 4e262db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
description='Python XML Signature library',
1313
long_description=open('README.rst').read(),
1414
install_requires=[
15+
# Dependencies are restricted by major version range according to semver.
16+
# By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 18.04).
1517
'lxml >= 4.2.1, < 5',
1618
'eight >= 0.4.2, < 2',
1719
'cryptography >= 2.1.4, < 4',
18-
'pyOpenSSL >= 17.5.0, < 20',
20+
'pyOpenSSL >= 17.5.0, < 21',
1921
'certifi >= 2018.1.18'
2022
],
2123
extras_require={

0 commit comments

Comments
 (0)