diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85f9c4afd..41f862cf0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,13 +50,6 @@ jobs: python-version: [ "3.14" ] pydantic-version: [ "pydantic-v2" ] include: - - os: macos-latest - python-version: "3.8" - pydantic-version: "pydantic-v1" - - os: windows-latest - python-version: "3.8" - pydantic-version: "pydantic-v2" - coverage: coverage - os: ubuntu-latest python-version: "3.9" pydantic-version: "pydantic-v1" @@ -109,10 +102,6 @@ jobs: - name: Install Pydantic v2 if: matrix.pydantic-version == 'pydantic-v2' run: uv pip install --upgrade "pydantic>=2.0.2,<3.0.0" - # TODO: Remove this once Python 3.8 is no longer supported - - name: Install older AnyIO in Python 3.8 - if: matrix.python-version == '3.8' - run: uv pip install "anyio[trio]<4.0.0" - run: mkdir coverage - name: Test run: bash scripts/test.sh @@ -139,7 +128,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: - python-version: '3.8' + python-version: '3.11' - name: Setup uv uses: astral-sh/setup-uv@v7 with: