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 pygame.examples.go_over_there for Python 3.12 #2521

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

llindstrom
Copy link
Contributor

Python 3.12 function random.randint() expects integer arguments only. The go_over_there example was passing a float as the second argument.

Python 3.12 function `random.randint()` expects integer arguments only. The go_over_there example was passing a float as the second argument.
@llindstrom llindstrom requested a review from a team as a code owner October 16, 2023 03:09
@yunline yunline added examples bugfix PR that fixes bug labels Oct 16, 2023
Copy link
Member

@ankith26 ankith26 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the PR 🥳

Copy link
Member

@MyreMylar MyreMylar left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Also; welcome! 🎉

@MyreMylar MyreMylar merged commit c8d952a into pygame-community:main Oct 16, 2023
1 check passed
@ankith26 ankith26 added this to the 2.4.0 milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix PR that fixes bug examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants