Skip to content

Commit 687b6f1

Browse files
committed
chore: fix python-semantic-release version to the latest Python2 compatible
1 parent f9b5b43 commit 687b6f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ travis_env:
5858
sudo apt-get update && sudo apt-get install libtokyocabinet-dev libgit2-dev
5959
pip install pygit2==0.24.2
6060
pip install -r requirements.txt
61-
pip install python-semantic-release
61+
# Python2 compatibility was broken in 4.0.0
62+
pip install python-semantic-release==3.11.2
6263
pip install sphinx sphinx-autobuild

0 commit comments

Comments
 (0)