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

Update README's supported Ubuntu/Fedora versions #2566

Merged
merged 1 commit into from
May 12, 2024

Conversation

rmartin16
Copy link
Member

Changes

  • Yet more updates to Linux requirements....specifically that Ubuntu 20.04+ and Fedora 32+ is required

Notes

  • The requirements for Toga on Linux are more complex now than GTK>=3.22
  • The primary driver of Toga's base requirements for Linux is the oldest supported version of PyGObject: 3.46.0
  • PyGObject 3.46.0 requires:
    • glib >= 2.64.0
    • GObject Introspection >= 1.64.0
    • pycairo >=1.16.0
      • pycairo 1.17.0 (i.e. Toga's minimum version) requires cairo >= 1.13.1
      • but more recent pycairo 1.26.0 requires cairo >= 1.15.10
  • While experimenting with different distro releases, I hit issues for each one of these being too old...
  • Of these, though, the most likely issue will probably be glib2 being too old
  • I would add these specific versions to the Toga docs....but it just seems they will become inevitably out of date while also being of little value because most people use modern distro releases

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@rmartin16
Copy link
Member Author

rmartin16 commented May 11, 2024

FYI: Pillow is no longer building on 3.13.0b1; waiting on:

@rmartin16 rmartin16 marked this pull request as ready for review May 11, 2024 20:30
Copy link
Member

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - LGTM.

Regarding the Pillow failure - I guess we'll just have to live with that for the short term.

@freakboy3742 freakboy3742 merged commit d357219 into beeware:main May 12, 2024
31 of 34 checks passed
@rmartin16 rmartin16 deleted the readme-updates branch May 12, 2024 04:59
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.

None yet

2 participants