Commit 3eb5014
committed
Add experimental Python 3.14 CI lane
Add a non-gating test-python314 job (single PG version — PG 17 — since
the point is proving out the dependency stack under the next CPython
release, not another full PG matrix sweep) ahead of a possible future
Dockerfile/pyproject bump to 3.14. The compiled deps (psycopg[binary],
pglast, cryptography) already ship cp314 wheels on PyPI, but nothing in
CI has ever actually run the suite there — this closes that gap without
committing to anything yet. continue-on-error: true so a failure here
is a signal to investigate, not a merge blocker.1 parent 8717f0e commit 3eb5014
1 file changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
0 commit comments