Skip to content

Commit

Permalink
Experimentally try 3.12 and macos-latest-xlarge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-boyd committed Jan 12, 2024
1 parent 9cc2ea9 commit 3958b5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- 3.9
- "3.10"
- 3.11
- 3.12
- pypy-3.7
os:
- ubuntu-latest
# - macos-10.15
# - macos-11
- macos-12
- macos-latest
- macos-latest-xlarge
- windows-latest
exclude:
# Only do pypy 3.7 on Linux
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: ${{ runner.os }}-${{ matrix.arch }}
path: wheelhouse/*.whl
if-no-files-found: error

wheels-old:
name: Build old wheels on ${{ matrix.os }} for ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
name: ${{ runner.os }}-${{ matrix.arch }}
path: wheelhouse/*.whl
if-no-files-found: error

wheels-win27:
name: Build Python 2.7 wheels on Windows ${{ matrix.arch }}
runs-on: windows-2019
Expand Down Expand Up @@ -189,4 +189,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
print-hash: true
repository-url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

0 comments on commit 3958b5a

Please sign in to comment.