Skip to content

Commit e6a68d1

Browse files
committed
Pin Python packages not supported in 3.6 anymore
1 parent c1823b6 commit e6a68d1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

requirements.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ python-graph-dot
1717
python-hglib
1818
requests
1919

20-
archspec
21-
20+
# Some packages dropped support for Python 3.6, so specify max versions
21+
rich<13; python_version < '3.7'
2222
rich
23+
24+
# Similar for dependencies of other packages
25+
cryptography<37; python_version < '3.7'
26+
PyNaCl<1.5; python_version < '3.7'
27+
28+
archspec

0 commit comments

Comments
 (0)