We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7f94a commit 0b14379Copy full SHA for 0b14379
.github/workflows/pytest_matrix.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: [
31
"3.10",
32
"3.11",
33
- "3.12",
+ # "3.12", # `requests-cache` blocker: https://github.com/airbytehq/airbyte-python-cdk/issues/299
34
]
35
os: [
36
Ubuntu,
0 commit comments