vagrant: update python version info in comment

This commit is contained in:
Thomas Waldmann 2022-01-22 17:52:10 +01:00
parent 6152f86d74
commit 1a3d0ea66a
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -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