Skip to content

Commit

Permalink
Update Python versions for test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtritt committed Jan 7, 2025
1 parent 01094d9 commit 360cc1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fail-fast: false
matrix:
include:
- { name: linux-python3.7-minimum , requirements: minimum, python-ver: "3.7" , os: ubuntu-latest }
- { name: linux-python3.12 , requirements: pinned , python-ver: "3.12", os: ubuntu-latest }
- { name: windows-python3.7-minimum , requirements: minimum, python-ver: "3.7" , os: windows-latest }
- { name: windows-python3.12 , requirements: pinned , python-ver: "3.12", os: windows-latest }
- { name: macos-python3.7-minimum , requirements: minimum, python-ver: "3.7" , os: macos-13 }
- { name: macos-python3.12 , requirements: pinned , python-ver: "3.12", os: macos-latest }
- { name: linux-python3.10-minimum , requirements: minimum, python-ver: "3.10", os: ubuntu-latest }
- { name: linux-python3.14 , requirements: pinned , python-ver: "3.14", os: ubuntu-latest }
- { name: windows-python3.10-minimum , requirements: minimum, python-ver: "3.10", os: windows-latest }
- { name: windows-python3.14 , requirements: pinned , python-ver: "3.14", os: windows-latest }
- { name: macos-python3.10-minimum , requirements: minimum, python-ver: "3.10", os: macos-13 }
- { name: macos-python3.14 , requirements: pinned , python-ver: "3.14", os: macos-latest }
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 360cc1c

Please sign in to comment.