3 Commits

Author SHA1 Message Date
34939474b4 chore(deps): update python docker tag to v3.14
Some checks failed
/ typecheck (pull_request) Failing after 2m59s
2025-11-29 00:02:29 +00:00
9556588d9d Merge pull request 'Configure Renovate' (#11) from renovate/configure into main
Reviewed-on: #11
2025-11-28 07:58:02 +00:00
14ec61d209 Add renovate.json
Some checks failed
/ typecheck (pull_request) Failing after 51s
2025-11-27 17:27:14 +00:00
3 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -1 +1 @@
3.13
3.14

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}