Commit 292d3d1
feat: add Python 3.12 and 3.13 support
- Update Python version constraint from <3.13 to <3.14 in pyproject.toml
- Add Python 3.12 and 3.13 to pytest matrix workflows
- Update airbyte_ci python_versions configuration
- Update connector-tests.yml to use Python 3.12
- Remove requests-cache blocker comment (version 1.2.1 supports Python 3.12+)
- Update poetry.lock with new dependency resolution
Co-Authored-By: AJ Steers <[email protected]>1 parent e4cbaaf commit 292d3d1
File tree
5 files changed
+249
-126
lines changed- .github/workflows
5 files changed
+249
-126
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments