Skip to content

Commit

Permalink
ci: drop Debian 11 "Bullseye"
Browse files Browse the repository at this point in the history
Debian 11 "Bullseye" is oldstable and its Python 3.9 lacks modern type
hints features.
  • Loading branch information
bdrung committed Mar 1, 2024
1 parent bf993f2 commit b458644
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
container:
- debian:bullseye-slim
- debian:bookworm-slim
- debian:testing-slim
- debian:unstable-slim
Expand Down Expand Up @@ -52,7 +51,6 @@ jobs:
fail-fast: false
matrix:
container:
- debian:bullseye-slim
- debian:bookworm-slim
- debian:testing-slim
- debian:unstable-slim
Expand Down

0 comments on commit b458644

Please sign in to comment.