Skip to content

Python 391 support#2392

Closed
kuzeyron wants to merge 3 commits into
kivy:developfrom
kuzeyron:python-391-support
Closed

Python 391 support#2392
kuzeyron wants to merge 3 commits into
kivy:developfrom
kuzeyron:python-391-support

Conversation

@kuzeyron

@kuzeyron kuzeyron commented Jan 1, 2021

Copy link
Copy Markdown
Contributor

With these changes Python 3.9.1 should be able to run on your devices.

In order to run 3.9.1 on your device:
requirements = python3==3.9.1,hostpython3==3.9.1,kivy==master,setuptools==51.1.1,cython==0.29.21

My example code to run:

import platform
from kivy.app import App
from kivy.uix.button import Button

class TestApp(App):

    def build(self):
        return Button(
            text=f'hello world - {platform.python_version()}')

if __name__ == '__main__':
    TestApp().run()

@obfusk

obfusk commented Jan 1, 2021

Copy link
Copy Markdown
Contributor

There was already a PR for that: #2337 :)

@kuzeyron

kuzeyron commented Jan 1, 2021

Copy link
Copy Markdown
Contributor Author

There was already a PR for that: #2337 :)

Obviously your PR is going to step on a few land mines. At least for those who is running 3.9.1 on their systems.

@obfusk

obfusk commented Jan 2, 2021

Copy link
Copy Markdown
Contributor

#2394 has been merged :)

@misl6

misl6 commented Nov 20, 2021

Copy link
Copy Markdown
Member

Superseded by #2394.

@misl6 misl6 closed this Nov 20, 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.

3 participants