Merge pull request #312 from yvaucher/15.0-fix-travis-typing-noreturn

[15.0] Fix travis Force Python version on Travis
This commit is contained in:
Yannick Vaucher
2021-11-15 12:56:40 +01:00
committed by GitHub
co-authored by GitHub
+3 -1
View File
@@ -7,7 +7,9 @@ branches:
- "/^[[:digit:]]{1,2}.[[:digit:]]$/"
python:
- "3.7"
# Force a newer version than 3.7.1 which break build
# due to https://bugs.python.org/issue34921
- "3.7.2"
addons:
postgresql: "9.5"