Conversation
|
Looks like it's failing right now. There may be a few dependencies that aren't yet 3.14 compatible, of course. |
|
Yes. The blockers I see so far are:
Are there others? |
Agreed. |
|
Heads up I'll leave this open until everything works fine in 3.14 and 3.14t because people expect things to work. |
|
%
|
|
I'm about to remove semantic-kernel in #1005 but the others are all important. |
|
@cclauss are you still interested in continuing with this? No pressure, just wanted to check in since it's been a while since we checked in on this. |
- Bump requires-python upper bound from <3.14 to <3.15 - Add Python 3.14 classifier - Add Python 3.14 to CI test matrix - Add python_version < 3.14 marker for gradio (blocked by pydantic-core) - Bump actions/checkout v3->v5, actions/setup-python v3->v6, actions/cache v3->v4 Blockers resolved since PR Azure#1130 was opened: - datasets/PyArrow: supported since PyArrow 22+ - pyodbc: supported since v5.3.0 - spacy: supported since v3.8.10 - torch: supported since PyTorch 2.10 - semantic-kernel: removed from dependencies Remaining blocker (optional extra only): - gradio: blocked by pydantic-core missing 3.14 wheels Relates to Azure#1130 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Bump requires-python upper bound from <3.14 to <3.15 - Add Python 3.14 classifier - Add Python 3.14 to CI test matrix - Add python_version < 3.14 marker for gradio (blocked by pydantic-core) - Bump actions/checkout v3->v5, actions/setup-python v3->v6, actions/cache v3->v4 Blockers resolved since PR Azure#1130 was opened: - datasets/PyArrow: supported since PyArrow 22+ - pyodbc: supported since v5.3.0 - spacy: supported since v3.8.10 - torch: supported since PyTorch 2.10 - semantic-kernel: removed from dependencies Remaining blocker (optional extra only): - gradio: blocked by pydantic-core missing 3.14 wheels Relates to Azure#1130 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Bump requires-python upper bound from <3.14 to <3.15 - Add Python 3.14 classifier - Add Python 3.14 to CI test matrix - Add python_version < 3.14 marker for gradio (blocked by pydantic-core) - Bump actions/checkout v3->v5, actions/setup-python v3->v6, actions/cache v3->v4 Blockers resolved since PR Azure#1130 was opened: - datasets/PyArrow: supported since PyArrow 22+ - pyodbc: supported since v5.3.0 - spacy: supported since v3.8.10 - torch: supported since PyTorch 2.10 - semantic-kernel: removed from dependencies Remaining blocker (optional extra only): - gradio: blocked by pydantic-core missing 3.14 wheels Relates to Azure#1130 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Bump requires-python upper bound from <3.14 to <3.15 - Add Python 3.14 classifier - Add Python 3.14 to CI test matrix - Add python_version < 3.14 marker for gradio (blocked by pydantic-core) - Bump actions/checkout v3->v5, actions/setup-python v3->v6, actions/cache v3->v4 Blockers resolved since PR Azure#1130 was opened: - datasets/PyArrow: supported since PyArrow 22+ - pyodbc: supported since v5.3.0 - spacy: supported since v3.8.10 - torch: supported since PyTorch 2.10 - semantic-kernel: removed from dependencies Remaining blocker (optional extra only): - gradio: blocked by pydantic-core missing 3.14 wheels Relates to Azure#1130 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
https://www.python.org/downloads/release/python-3140/
main-job: strategy: matrix: - python: ["3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]%
uv sync --python=3.14is blocked by:pyodbc Wheels for Python 3.14 mkleehammer/pyodbc#1444Solved in pyodbc v5.3.0Also (could be automated by Dependabot),
Description
Tests and Documentation