This commit is contained in:
you-n-g 2022-01-20 01:56:35 +08:00 коммит произвёл GitHub
Родитель d9b9386032
Коммит 094be9be86
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

3
.github/workflows/python-publish.yml поставляемый
Просмотреть файл

@ -12,7 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, macos-11]
os: [windows-latest, macos-11]
# FIXME: macos-latest will raise error now.
# not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129
python-version: [3.7, 3.8]