Commit 4b497a1
ci: pin Python to 3.12 in build workflow to fix PyO3 compatibility
- Add actions/setup-python@v5.3.0 step to pin Python version to 3.12
- Fixes PyO3 build failure where pydantic-core was attempting to build
against Python 3.14, which exceeds PyO3 v0.24.1's maximum supported
version (3.13)
- Also fix docstring linter error in airbyte/mcp/__init__.py (D412)
Resolves CI failures in Build and/or Publish and Run Linters workflows.
Co-Authored-By: AJ Steers <aj@airbyte.io>1 parent cb03292 commit 4b497a1
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
| |||
0 commit comments