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

Allow pygame2 on current version of PGZero #243

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

ntoll
Copy link
Contributor

@ntoll ntoll commented Feb 12, 2021

This branch is intended to allow the current release of PGZero to work with the newly release PyGame2+.

It does this in three ways:

  • Modifying the install_requires specification for pygame to include whatever is the latest version (N.B. you may want to specify this in a less open ended manner).
  • Backport a couple of useful test-related functions for testing Screen related functionality.
  • Revise the existing tests for 1.2 Screen tests to use the backported functions mentioned above.

Happy to change anything you may need (see note on pinning pygame version).

Finally, thanks as always for all the work that continues to happen on PGZero.

@lordmauve lordmauve merged commit a4d585d into lordmauve:1.2release Mar 2, 2021
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