aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 12:31:07 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 12:31:07 -0800
commitc536dd3c48b5d3921eb3f2bb0b27153ce6f81917 (patch)
treec6587fe9ca54b2addaff6f79fd1ff41a6418ce07
parent5e745c50c21a21b6395e58756618a2e0e7e3500a (diff)
downloadonionshare-c536dd3c48b5d3921eb3f2bb0b27153ce6f81917.tar.gz
onionshare-c536dd3c48b5d3921eb3f2bb0b27153ce6f81917.zip
Switch to Python 3.11, and make build_mac in CI use the universal2 installer
-rw-r--r--.github/workflows/build.yml4
-rw-r--r--desktop/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 46add218..2638f082 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -212,9 +212,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Install Python 3.9.13 (Intel)
+ - name: Install Python 3.11.1 (universal2)
run: |
- curl -L https://www.python.org/ftp/python/3.9.13/python-3.9.13-macosx10.9.pkg --output ~/Downloads/python.pkg
+ curl -L https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg --output ~/Downloads/python.pkg
sudo installer -pkg ~/Downloads/python.pkg -target /
- name: Install poetry
diff --git a/desktop/README.md b/desktop/README.md
index 26dd0cf7..99c612f9 100644
--- a/desktop/README.md
+++ b/desktop/README.md
@@ -9,7 +9,7 @@ git clone https://github.com/onionshare/onionshare.git
cd onionshare/desktop
```
-Make sure you have Python 3 installed. If you're using Windows or macOS, install version 3.9.13 [from python.org](https://www.python.org/downloads/release/python-3913/). For Windows, make sure to check the box to add python to the path on the first page of the installer.
+Make sure you have Python 3 installed. If you're using Windows or macOS, install the latest version of 3.11 [from python.org](https://www.python.org/downloads/). For Windows, make sure to check the box to add python to the path on the first page of the installer.
Make sure you have [poetry](https://python-poetry.org/) installed: