summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2023-02-06 01:08:42 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2024-01-31 22:47:14 +0000
commit13a9d937f4adafd5316e89b8a63d12b527c1f5c4 (patch)
treeeb2d7ad8a835fb35deeabbd071bb02d52dcbcdf5 /README.md
parent8cd82ca6df842ef4cac72b0885d466cdeb6e96c6 (diff)
Imported using git-ubuntu import.
Notes
Notes: * New upstream version 1.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 35a8927..a67464f 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ backwards-compatible features or bug fixes are added.
- Vagrant 2.2 or greater. Using the latest version of Vagrant is strongly
recommended.
- Vagrant requires VirtualBox, VMWare, or another supported provider.
-- Python 3.8 or newer.
+- Python 3.9 or newer.
- The Sahara gem for Vagrant is optional. It will allow you to use
`SandboxVagrant`.
@@ -186,9 +186,11 @@ v.up() # will pass env to the vagrant subprocess
If you use python and vagrant and this project does not do what you want,
please open an issue or a pull request on
-[github](https://github.com/pycontribs/python-vagrant/edit/main/README.md).
+[GitHub](https://github.com/pycontribs/python-vagrant).
-Please see CHANGELOG.md for a detailed list of contributions and authors.
+Please see [CHANGELOG.md](CHANGELOG.md) and
+[Releases](https://github.com/pycontribs/python-vagrant/releases)
+for a detailed list of updates, contributions and authors.
When making a pull request, please include unit tests that test your changes
and make sure any existing tests still work. See the Testing section below.