Skip to content

Commit 342beee

Browse files
committed
Downgrade black for python 3.6
1 parent 2e4748f commit 342beee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ biopython==1.76;python_version=="2.7"
1616
cryptography<3.4;python_version<"3.7"
1717
pytest==7.0.1
1818
wrapt==1.14.0;python_version>="3.7"
19-
black==23.9.1
19+
black==23.9.1;python_version>="3.7"
20+
black==22.8.0;python_version<"3.7"

0 commit comments

Comments
 (0)