diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a21abc2..fd442c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: fail-fast: true matrix: # os: [ubuntu-20.04,ubuntu-18.04] - python-version: ["3.7", "3.8","3.9","3.10", "3.11"] + python-version: ["3.7", "3.8","3.9","3.10", "3.11", "3.12"] os: [ ubuntu-18.04 ] # cibuildwheel will automatically provide all Python versions # python-version: [ "3.9" ] @@ -54,8 +54,8 @@ jobs: strategy: fail-fast: true matrix: - os: [ macos-11 ] - python-version: ["3.7", "3.8","3.9","3.10"] + os: [ macos-12, macos-13, macos-14 ] + python-version: ["3.7", "3.8","3.9","3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -91,8 +91,8 @@ jobs: strategy: fail-fast: true matrix: - os: [ windows-2019 ] - python-version: ["3.7", "3.8","3.9","3.10", "3.11"] # [ "3.8","3.9","3.10" ] + os: [ windows-2019, windows-2022 ] + python-version: ["3.7", "3.8","3.9","3.10", "3.11", "3.12"] # [ "3.8","3.9","3.10" ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}