Skip to content

Commit 5f6c17e

Browse files
committed
Update version of Python to something that supports M1 Macs.
Also install a Brewfile to make sure that "gpg" gets installed Signed-off-by: Jared Smith <[email protected]>
1 parent 72c5d71 commit 5f6c17e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python 3.7.2
1+
python 3.8.13
22
java zulu-16.32.15
33
yarn 1.22.10
44
nodejs 16.5.0

Brewfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
brew "gpg"

0 commit comments

Comments
 (0)