1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Update python version used in macOS package

This commit is contained in:
Juhani Numminen 2021-09-08 11:24:22 +03:00
parent 2e9f242ce8
commit 50545452bd

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up python
env:
PYVER: '3.9.6'
PYVER: '3.9.7'
PYVER_SHORT: '3.9'
run: |
wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macosx10.9.pkg"