macos: build with Python 3.9.1

This commit is contained in:
Philipp Wolfer
2020-12-18 09:26:00 +01:00
parent 09aa1b7467
commit 293c2c730f
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ jobs:
env:
DISCID_VERSION: 0.6.2
FPCALC_VERSION: 1.5.0
PYTHON_VERSION: 3.7.6
PYTHON_VERSION: 3.9.1
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-deployment-version }}
steps:
- uses: actions/checkout@v2