summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2020-02-08 17:10:13 +0100
committerJoris Roovers <joris.roovers@gmail.com>2020-02-08 17:25:28 +0100
commit2106d2d4eea4838ad42e6ab4ee680dd65f4d8b91 (patch)
tree32a6d6dec77213b3e8fc713e1d593452adefcf79 /Vagrantfile
parent7f7c52fc2ee54ef8d8f1cfa8033b457c1cbac6b2 (diff)
Drop support for Python 3.4
Python 3.4 has reached EOL and an increasing number of gitlint's dependencies have dropped support which makes it hard to maintain.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 47716fd..2a26aab 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -7,7 +7,7 @@ INSTALL_DEPS=<<EOF
cd /vagrant
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
-sudo apt-get install -y --allow-unauthenticated python2.7-dev python3.4-dev python3.5-dev python3.6-dev python3.7-dev python3.8-dev
+sudo apt-get install -y --allow-unauthenticated python2.7-dev python3.5-dev python3.6-dev python3.7-dev python3.8-dev
sudo apt-get install -y --allow-unauthenticated python3.8-distutils # Needed to work around python3.8+virtualenv issue
sudo apt-get install -y python-virtualenv git ipython python-pip python3-pip silversearcher-ag jq
sudo apt-get purge -y python3-virtualenv