Skip to content

Commit

Permalink
remove setup support for xenial and bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 19, 2024
1 parent 4501ac0 commit e51d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def install_repo(repo_variant="") -> None:
if distro[0] in ("Debian", "Ubuntu"):
variant = distro[2] # ie: "noble"
if variant not in (
"xenial", "bionic", "focal", "jammy", "noble", "oracular",
"focal", "jammy", "noble", "oracular",
"bullseye", "bookworm", "trixie", "sid",
):
raise ValueError(f"Debian / Ubuntu variant {variant} is not supported by this subcommand")
Expand Down

0 comments on commit e51d725

Please sign in to comment.