chore(deps): update python docker tag to v3.14
Some checks failed
/ typecheck (pull_request) Failing after 2m59s
Some checks failed
/ typecheck (pull_request) Failing after 2m59s
This commit is contained in:
@@ -8,7 +8,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: setup+deps
|
||||
image: python:3.12-slim
|
||||
image: python:3.14-slim
|
||||
environment:
|
||||
UV_NO_SYNC_PROGRESS: "1"
|
||||
commands:
|
||||
@@ -32,7 +32,7 @@ steps:
|
||||
- uv pip install pytest pytest-cov mypy ruff
|
||||
|
||||
- name: lint-typecheck
|
||||
image: python:3.12-slim
|
||||
image: python:3.14-slim
|
||||
commands:
|
||||
- export PATH="$HOME/.local/bin:$PATH"
|
||||
- . .venv/bin/activate
|
||||
@@ -40,7 +40,7 @@ steps:
|
||||
- mypy --ignore-missing-imports .
|
||||
|
||||
- name: test
|
||||
image: python:3.12-slim
|
||||
image: python:3.14-slim
|
||||
commands:
|
||||
- export PATH="$HOME/.local/bin:$PATH"
|
||||
- . .venv/bin/activate
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.13
|
||||
3.14
|
||||
|
||||
Reference in New Issue
Block a user