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 python3 recipe to 3.11.6 #870

Merged
merged 1 commit into from
Oct 21, 2023
Merged

Update python3 recipe to 3.11.6 #870

merged 1 commit into from
Oct 21, 2023

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Oct 15, 2023

🟢 Tested on touchtracer example
🟢 Tested on a complete production app (but not in production, yet)

⚠️ Some recipes may now be broken.

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.

LGTM,
Do you have an idea of what's happening with the CI?

Run python setup.py install
Traceback (most recent call last):
  File "/private/tmp/cirrus-ci/working-dir/actions-runner/_work/kivy-ios/kivy-ios/setup.py", line 1, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Error: Process completed with exit code 1.
```

@misl6
Copy link
Member Author

misl6 commented Oct 15, 2023

LGTM, Do you have an idea of what's happening with the CI?

Run python setup.py install
Traceback (most recent call last):
  File "/private/tmp/cirrus-ci/working-dir/actions-runner/_work/kivy-ios/kivy-ios/setup.py", line 1, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Error: Process completed with exit code 1.

Ouch! The default Python version for setup-python is now 3.12, and 3.12 does not install setuptools by default (See: python/cpython#95299)

... I will definitely address this issue and then re-run the CI on top of it for this PR.

@misl6 misl6 merged commit 75cbd5c into kivy:master Oct 21, 2023
9 checks passed
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