Skip to content

Add PyQt6 support #53

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

Merged
merged 2 commits into from
Aug 25, 2021
Merged

Add PyQt6 support #53

merged 2 commits into from
Aug 25, 2021

Conversation

eyllanesc
Copy link
Contributor

@eyllanesc eyllanesc commented Aug 23, 2021

Changes:

  • PyQt6 is now stricter with enums so QSocketNotifier.Read and QSocketNotifier.Write must be QSocketNotifier.Type.Read and QSocketNotifier.Type.Write, respectively. That does not cause problems with the other bindings.
  • Also the exec_ method has been changed to exec.

I have also added a GitHub workflow so you can add the badge to your README: [![test](https://github.com/CabbageDevelopment/qasync/actions/workflows/test.yml/badge.svg)](https://github.com/CabbageDevelopment/qasync/actions/workflows/test.yml)

@eyllanesc eyllanesc mentioned this pull request Aug 24, 2021
@TheGreatCabbage TheGreatCabbage merged commit d13d191 into CabbageDevelopment:master Aug 25, 2021
@TheGreatCabbage
Copy link
Member

Awesome, nice work! Great to have the GitHub workflow as well 👍

@eyllanesc eyllanesc deleted the PyQt6 branch August 25, 2021 22:18
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.

2 participants