Skip to content

Commit 0b14379

Browse files
authored
ci: skip py3.12 in test matrix (#300)
1 parent 4e7f94a commit 0b14379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: [
3131
"3.10",
3232
"3.11",
33-
"3.12",
33+
# "3.12", # `requests-cache` blocker: https://github.com/airbytehq/airbyte-python-cdk/issues/299
3434
]
3535
os: [
3636
Ubuntu,

0 commit comments

Comments
 (0)