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

Use Python 3.13 in the GitHub workflows #19035

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

timvandermeij
Copy link
Contributor

Python 3.13 is the current version and was released over a month ago (see https://devguide.python.org/versions). The dependencies we use now support Python 3.13, most importantly fonttools which uses OS-specific builds and for which compatibility got introduced in fonttools/fonttools#3656 and the corresponding cp313 wheels for all distributions are published on https://pypi.org/project/fonttools/#files.

Moreover, we fix forgotten npx usage in the font tests README which was encountered while testing this patch.

Python 3.13 is the current version and was released over a month ago
(see https://devguide.python.org/versions). The dependencies we use now
support Python 3.13, most importantly `fonttools` which uses OS-specific
builds and for which compatibility got introduced in
fonttools/fonttools#3656 and the corresponding
`cp313` wheels for all distributions are published on
https://pypi.org/project/fonttools/#files.

Moreover, we fix forgotten `npx` usage in the font tests README which
was encountered while testing this patch.
Copy link
Collaborator

@Snuffleupagus Snuffleupagus left a comment

Choose a reason for hiding this comment

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

r=me, thank you.

@timvandermeij timvandermeij merged commit 172e1bf into mozilla:master Nov 12, 2024
10 checks passed
@timvandermeij timvandermeij deleted the python3.13 branch November 12, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants