mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
vagrant: update python version info in comment
This commit is contained in:
parent
6152f86d74
commit
1a3d0ea66a
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -404,6 +404,6 @@ Vagrant.configure(2) do |config|
|
||||||
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("openindiana64", ".*fuse.*")
|
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("openindiana64", ".*fuse.*")
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO: create more VMs with python 3.7+ and openssl 1.1.
|
# 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 py34 and openssl 1.0).
|
# See branch 1.1-maint for a better equipped Vagrantfile (but still on py35 and openssl 1.0).
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue