Skip to content

Commit

Permalink
Drop Fedora 39 support
Browse files Browse the repository at this point in the history
Drop Fedora 39 support by removing it from our CI and installation
instructions.

Closes #999
  • Loading branch information
apyrgio committed Nov 13, 2024
1 parent 279aaaf commit 1a17021
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
version: bookworm
- distro: debian
version: trixie
- distro: fedora
version: "39"
- distro: fedora
version: "40"
- distro: fedora
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
strategy:
matrix:
distro: ["fedora"]
version: ["39", "40", "41"]
version: ["40", "41"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -356,8 +356,6 @@ jobs:
version: bookworm
- distro: debian
version: trixie
- distro: fedora
version: "39"
- distro: fedora
version: "40"
- distro: fedora
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or

## [Unreleased](https://github.com/freedomofpress/dangerzone/compare/v0.8.0...HEAD)

### Removed

- Platform support: Drop support for Fedora 39, since it's end-of-life ([#999](https://github.com/freedomofpress/dangerzone/pull/999))

## [0.8.0](https://github.com/freedomofpress/dangerzone/compare/v0.8.0...0.7.1)

### Added
Expand Down
1 change: 0 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Dangerzone is available for:
- Debian 11 (bullseye)
- Fedora 41
- Fedora 40
- Fedora 39
- Tails
- Qubes OS (beta support)

Expand Down
4 changes: 0 additions & 4 deletions dev_scripts/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,10 +1009,6 @@ class QAFedora40(QAFedora):
VERSION = "40"


class QAFedora39(QAFedora):
VERSION = "39"


def parse_args():
parser = argparse.ArgumentParser(
prog=sys.argv[0],
Expand Down

0 comments on commit 1a17021

Please sign in to comment.