Skip to content

Commit

Permalink
[Chore] Support fedora 41 and drop fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Nov 24, 2024
1 parent ed6d2b0 commit ee609d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/build/fedora/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build_fedora(args=None) -> List[str]:

# copr build infrastructure uses latest stable fedora and `mock` for builds
# so we should also keep that way
images = ["40"]
images = ["41"]

packages_to_build = get_packages_to_build(args.packages)

Expand Down
4 changes: 2 additions & 2 deletions docker/supported_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"noble"
],
"fedora": [
"39",
"40"
"40",
"41"
]
}
2 changes: 1 addition & 1 deletion docs/support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ There are packages for `arm64` and `amd64` architectures.
We aim to provide packages for all [currently supported Fedora releases](https://docs.fedoraproject.org/en-US/releases/).

Currently, these are versions:
* Fedora 39
* Fedora 40
* Fedora 41

There are packages for `x86_64` and `aarch64` architectures.

Expand Down

0 comments on commit ee609d1

Please sign in to comment.