summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-01-22 17:52:10 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-01-22 17:52:10 +0100
commit1a3d0ea66a751bc028944df02a979aa0ea1c40db (patch)
tree15df2824f6d01975c0b30bded40304d025f8a117 /Vagrantfile
parent6152f86d7445b459f79d8bc8a87a8fb1dd9b6202 (diff)
vagrant: update python version info in comment
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 13d2d9775..5bc117868 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -404,6 +404,6 @@ Vagrant.configure(2) do |config|
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("openindiana64", ".*fuse.*")
end
- # TODO: create more VMs with python 3.7+ and openssl 1.1.
- # See branch 1.1-maint for a better equipped Vagrantfile (but still on py34 and openssl 1.0).
+ # TODO: create more VMs with python 3.8+ and openssl 1.1.
+ # See branch 1.1-maint for a better equipped Vagrantfile (but still on py35 and openssl 1.0).
end