Drop Fedora 39 support

Drop Fedora 39 support by removing it from our CI and installation
instructions.

Closes #999
This commit is contained in:
Alex Pyrgiotis 2024-11-13 19:29:36 +02:00
parent a54a8f2057
commit 3f2d7ce009
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
5 changed files with 5 additions and 10 deletions

View file

@ -43,8 +43,6 @@ jobs:
version: bookworm version: bookworm
- distro: debian - distro: debian
version: trixie version: trixie
- distro: fedora
version: "39"
- distro: fedora - distro: fedora
version: "40" version: "40"
- distro: fedora - distro: fedora

View file

@ -277,7 +277,7 @@ jobs:
strategy: strategy:
matrix: matrix:
distro: ["fedora"] distro: ["fedora"]
version: ["39", "40", "41"] version: ["40", "41"]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -356,8 +356,6 @@ jobs:
version: bookworm version: bookworm
- distro: debian - distro: debian
version: trixie version: trixie
- distro: fedora
version: "39"
- distro: fedora - distro: fedora
version: "40" version: "40"
- distro: fedora - distro: fedora

View file

@ -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) ## [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) ## [0.8.0](https://github.com/freedomofpress/dangerzone/compare/v0.8.0...0.7.1)
### Added ### Added

View file

@ -18,7 +18,6 @@ Dangerzone is available for:
- Debian 11 (bullseye) - Debian 11 (bullseye)
- Fedora 41 - Fedora 41
- Fedora 40 - Fedora 40
- Fedora 39
- Tails - Tails
- Qubes OS (beta support) - Qubes OS (beta support)

View file

@ -1009,10 +1009,6 @@ class QAFedora40(QAFedora):
VERSION = "40" VERSION = "40"
class QAFedora39(QAFedora):
VERSION = "39"
def parse_args(): def parse_args():
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
prog=sys.argv[0], prog=sys.argv[0],