Skip to content

Commit 67f8af4

Browse files
authored
Merge branch 'main' into executor-fixes
2 parents 1c1cd2a + 0d4029a commit 67f8af4

File tree

4 files changed

+87
-220
lines changed

4 files changed

+87
-220
lines changed

.github/workflows/python_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
python-version: [
134134
'3.10',
135135
'3.11',
136-
'3.12',
136+
# '3.12', # Commented out: Certain tests don't work in Python 3.12, although PyAirbyte itself does work on 3.12
137137
]
138138
os: [
139139
Ubuntu,

0 commit comments

Comments
 (0)