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 macOS installation instructions to block Python 3.12 #615

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

robinwhittleton
Copy link
Member

It’s not currently compatible with SE.

We should also probably update setup.py to restrict Python to a compatible version (python_requires=">=3.7,<=3.11") but I’ll leave that up to you to decide @acabal.

It’s not currently compatible with SE.
@@ -80,12 +78,12 @@ These instructions were tested on macOS 10.15 to 12, on Intel macs.

```shell
# Install some pre-flight dependencies.
brew install cairo calibre git openjdk pipx python
brew install cairo calibre git openjdk pipx python@3.11
Copy link
Member

Choose a reason for hiding this comment

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

Will this stomp on some other globally-installed Python version?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, Homebrew’s happy to install multiple different concurrent python versions.

@acabal acabal merged commit 254b471 into master Oct 30, 2023
@acabal
Copy link
Member

acabal commented Oct 30, 2023

Thanks!

@acabal acabal deleted the macos-3.12 branch January 30, 2025 19:22
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