[gimp-macos-build/wip/lukaso/tests: 2/3] install python 3.9.7
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build/wip/lukaso/tests: 2/3] install python 3.9.7
- Date: Tue, 28 Sep 2021 18:59:42 +0000 (UTC)
commit 6ac9a63f26410f73db064c500e5728bf23f8a189
Author: Lukas Oberhuber <lukaso gmail com>
Date: Tue Sep 28 17:22:00 2021 +0000
install python 3.9.7
.circleci/config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 14db35c..3a97153 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -16,8 +16,8 @@ jobs:
name: Setup Python3
command: |
cd ~/
- curl -L 'https://www.python.org/ftp/python/3.6.8/python-3.6.8-macosx10.9.pkg' >
python-3.6.8-macosx10.9.pkg
- sudo installer -pkg python-3.6.8-macosx10.9.pkg -target /
+ curl -L 'https://www.python.org/ftp/python/3.9.7/python-3.9.7-macos11.pkg' >
python-3.9.7-macosx11.pkg
+ sudo installer -pkg python-3.9.7-macosx11.pkg -target /
- run:
name: Setup 10.12 SDK
command: |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]