Remove support for Pyton 3.6 and 3.7

Tempest and its plugins are branchless and need to support all active
stable branches. However none of the maintained branches currently
support these old python versions.

Also add a few new versions currently tested.

Change-Id: I91baa08f496cb62df95381cc66274e0c2a9cdefb
diff --git a/releasenotes/notes/remove-py-36-37-5d61c3dcf682e0df.yaml b/releasenotes/notes/remove-py-36-37-5d61c3dcf682e0df.yaml
new file mode 100644
index 0000000..97958a9
--- /dev/null
+++ b/releasenotes/notes/remove-py-36-37-5d61c3dcf682e0df.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+  - |
+    Support for Python 3.6 and 3.7 has been removed. Now the minimum version
+    supported is 3.8 .