chore: drop python 3.6 for cibuildwheel driver

This drops python 3.6 for cibuildwheel.
Building python 3.6 packages is still supported.
This commit is contained in:
mayeut
2022-07-19 07:47:20 +02:00
parent afb4329fe3
commit bc17f103f1
15 changed files with 34 additions and 64 deletions
+2 -2
View File
@@ -83,7 +83,7 @@ def test_container_removed(container_engine):
shell=True,
check=True,
stdout=subprocess.PIPE,
universal_newlines=True,
text=True,
).stdout
assert container.name is not None
assert container.name in docker_containers_listing
@@ -94,7 +94,7 @@ def test_container_removed(container_engine):
shell=True,
check=True,
stdout=subprocess.PIPE,
universal_newlines=True,
text=True,
).stdout
assert old_container_name not in docker_containers_listing