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

Upgrade python version to 3.9.2 #601

Merged
merged 2 commits into from
Mar 27, 2021
Merged

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Mar 21, 2021

  • Upgraded to python 3.9.2
  • Upgraded hostsetuptools
  • Now we use self.ctx.site_packages_dir instead of hardcoding the python version inside the recipes.

Tested on:

  • MacOS Big Sur 11.2.2 + XCode 12.4

Touchtracer demo works fine.

@misl6 misl6 force-pushed the feat/python-392 branch from 2859d42 to 9dceec4 Compare March 21, 2021 10:43
@misl6 misl6 force-pushed the feat/python-392 branch from 9dceec4 to 42ac355 Compare March 21, 2021 11:07
@misl6 misl6 changed the title [WIP] Upgrade python version to 3.9.2 Upgrade python version to 3.9.2 Mar 21, 2021
@misl6
Copy link
Member Author

misl6 commented Mar 21, 2021

Also builds successfully on MacOS 10.15.7 Catalina + XCode 12.4 (via github actions)

@@ -1,4 +1,4 @@
BROKEN_RECIPES = set()
BROKEN_RECIPES = set(["netifaces"])
Copy link
Member Author

Choose a reason for hiding this comment

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

I had to disable netifaces cause it's failing to build due to "You need to add code for your platform."
Could be a package issue?

@misl6 misl6 added this to the 1.3.0 milestone Mar 21, 2021
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

Very nice, thank you!

@AndreMiras AndreMiras merged commit 6b245b1 into kivy:master Mar 27, 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