From 8be79126ad91d8044a77bc04649f5011400059cb Mon Sep 17 00:00:00 2001 From: ZipFile Date: Wed, 28 May 2025 16:51:39 +0000 Subject: [PATCH] Enable ABI3 for regular tests --- .github/workflows/tests-and-linters.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index 4ee0d192..bf07a2d9 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -18,6 +18,7 @@ jobs: - run: pip install tox - run: tox env: + DEPENDENCY_INJECTOR_LIMITED_API: 1 TOXENV: ${{ matrix.python-version }} test-different-pydantic-versions: