Skip to content
Snippets Groups Projects
Commit 9278eb70 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

drop support for stretch and xenial

parent 3ada9b42
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,9 @@ import threading ...@@ -18,11 +18,9 @@ import threading
from concurrent.futures import ThreadPoolExecutor from concurrent.futures import ThreadPoolExecutor
DISTS = ( DISTS = (
"debian:stretch",
"debian:buster", "debian:buster",
"debian:bullseye", "debian:bullseye",
"debian:sid", "debian:sid",
"ubuntu:xenial",
"ubuntu:bionic", "ubuntu:bionic",
"ubuntu:focal", "ubuntu:focal",
"ubuntu:groovy", "ubuntu:groovy",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment