Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Fedora 41 #953

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Add support for Fedora 41 #953

merged 4 commits into from
Oct 15, 2024

Conversation

apyrgio
Copy link
Contributor

@apyrgio apyrgio commented Oct 14, 2024

Add support for Fedora 41. A slight obstacle with this distro is that it has Python 3.13 installed, which is not supported by the PySide6 version shipped via PyPI. The python3-pyside6 package has support for Python 3.13, so this is not a real problem for our end users. It's only a problem for dev environments, and this PR installs Python 3.12 to sidestep it.

Fixes #947

@apyrgio apyrgio force-pushed the 947-fedora-41 branch 3 times, most recently from 49053a3 to 1d5a6c8 Compare October 15, 2024 09:50
@almet
Copy link
Member

almet commented Oct 15, 2024

That looks good to me!

Use Python 3.12 in Fedora 41 dev environments, since Python 3.13
(default in Fedora 41) does not work with PySide6 from PyPI yet.
Add a hacky line in pyproject.toml that bumps the Python requirement to
3.14, so that we can build a Dangerzone RPM.
Update our changelog and release instructions, and add a note for
Fedora 41 users in our build instructions to install Python 3.12.

Fixes #947
@apyrgio apyrgio merged commit 13f5658 into main Oct 15, 2024
23 of 25 checks passed
@apyrgio apyrgio deleted the 947-fedora-41 branch October 15, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fedora 41 RPM
2 participants