From 98ed6651bb2e324a2aba6a951e4d33ceab253409 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 25 Dec 2025 11:04:33 +0100 Subject: [PATCH] Disable tests with Python 3.8 --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72dff0d7..2fea4779 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,9 +30,6 @@ jobs: pydantic-version: - pydantic-v2 include: - - os: macos-latest - python-version: "3.8" - pydantic-version: pydantic-v1 - os: windows-latest python-version: "3.9" pydantic-version: pydantic-v2 -- 2.47.3