From 0b14379753f0b212ed9c11014e637a28f0122367 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Thu, 30 Jan 2025 09:09:55 -0800 Subject: [PATCH] ci: skip py3.12 in test matrix (#300) --- .github/workflows/pytest_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest_matrix.yml b/.github/workflows/pytest_matrix.yml index eaf280b29..4edf6ec20 100644 --- a/.github/workflows/pytest_matrix.yml +++ b/.github/workflows/pytest_matrix.yml @@ -30,7 +30,7 @@ jobs: python-version: [ "3.10", "3.11", - "3.12", + # "3.12", # `requests-cache` blocker: https://github.com/airbytehq/airbyte-python-cdk/issues/299 ] os: [ Ubuntu,