Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hasansezertasan committed Jun 8, 2024
1 parent f8bd8c5 commit c72068a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
# PyPy3 on Windows doesn't seem to work
- os: "windows-latest"
py: "pypy-3.7"
# See: https://github.com/actions/setup-python/issues/850
- os: macos-latest
py: "3.7"
- os: macos-latest
py: "3.8"
- os: macos-latest
py: "3.9"
- os: macos-latest
py: "3.10"
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c72068a

Please sign in to comment.