diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 848593a..2c6c504 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -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