Skip to content

Commit

Permalink
don't test old interpreters on macOS and windows (#2063)
Browse files Browse the repository at this point in the history
Co-authored-by: daniel.eades <daniel.eades@seebyte.com>
Co-authored-by: Jens W. Klein <jk@kleinundpartner.at>
  • Loading branch information
3 people committed Apr 25, 2024
1 parent 0a1dbde commit 4c2acaf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -40,12 +40,16 @@ jobs:
- macos-latest
- windows-latest
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- os: ubuntu-latest
python: "3.7"
- os: ubuntu-latest
python: "3.8"
- os: ubuntu-latest
python: "3.9"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
Expand Down

0 comments on commit 4c2acaf

Please sign in to comment.