Merge branch 'build-macos-py311'

This commit is contained in:
Daniele Varrazzo 2022-10-27 00:40:23 +02:00
commit ea32730a39

View File

@ -6,6 +6,7 @@ on:
jobs:
build-sdist:
if: true
strategy:
fail-fast: false
matrix:
@ -53,6 +54,7 @@ jobs:
build-manylinux:
if: true
strategy:
fail-fast: false
matrix:
@ -114,10 +116,11 @@ jobs:
build-macos:
runs-on: macos-latest
if: true
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout repos