Use new version of python that is not deprecated

This commit is contained in:
Karel Hájek 2023-07-15 14:59:18 +02:00
parent 6238ecada5
commit fc6583fec2

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
brew install pkg-config autoconf automake libtool openssl python@3.7
brew link --overwrite python@3.7
brew install pkg-config autoconf automake libtool openssl python@3.10
brew link --overwrite python@3.10