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 Unicode 15.1 #62

Merged
merged 13 commits into from
Sep 21, 2023
Merged

Conversation

SnoopJ
Copy link
Collaborator

@SnoopJ SnoopJ commented Sep 21, 2023

This changeset updates unicodedata2 to add Unicode 15.1 support, following the analogous changes upstream. There are also some housekeeping changes: synchronizing the test suite and dropping dead code that used to support narrow builds of CPython. The overall result of this housekeeping is that the expectation checksum now follows the value in the upstream test suite.

This changeset also adds Python 3.12 to the tox configuration in anticipation of the coming release.

Closes #60, #61

@SnoopJ SnoopJ changed the title Add support Unicode 15.1 Add support for Unicode 15.1 Sep 21, 2023
Copy link
Member

@anthrotype anthrotype left a comment

Choose a reason for hiding this comment

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

Thank you! LGTM

@SnoopJ SnoopJ merged commit d924b53 into fonttools:master Sep 21, 2023
10 checks passed
@SnoopJ SnoopJ deleted the feature/Unicode-15.1 branch September 21, 2023 14:52
@jbicha
Copy link

jbicha commented Sep 26, 2023

@anthrotype Could you tag a new release?

@anthrotype
Copy link
Member

Yes, I will do tomorrow, thanks for the reminder. @SnoopJ is there anything else you'd like to get in before the next release?

@SnoopJ
Copy link
Collaborator Author

SnoopJ commented Sep 27, 2023

@SnoopJ is there anything else you'd like to get in before the next release?

Nope! The only thing currently on my radar is follow-on from #56 now that 3.7 is EOL, but it isn't necessary for a 15.1 release and I haven't thought about it very much 😅

@anthrotype
Copy link
Member

Done! https://pypi.org/project/unicodedata2/15.1.0/#files

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.

Update for Unicode 15.1
3 participants