diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c40c229..2311dc6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: caching: strategy: matrix: - python-version: ["3.12", "3.13", "3.14"] + python-version: ["3.12", "3.14"] os: [ubuntu-latest] fail-fast: false env: @@ -51,7 +51,7 @@ jobs: needs: caching strategy: matrix: - python-version: ["3.12", "3.13", "3.14"] + python-version: ["3.12", "3.14"] os: [ubuntu-latest] submodule: - { name: "Main", pytest_args: "tests/test_main.py" }