Compare commits
3 Commits
v0.0.6
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
| 34939474b4 | |||
| 9556588d9d | |||
| 14ec61d209 |
@@ -8,7 +8,7 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: setup+deps
|
- name: setup+deps
|
||||||
image: python:3.12-slim
|
image: python:3.14-slim
|
||||||
environment:
|
environment:
|
||||||
UV_NO_SYNC_PROGRESS: "1"
|
UV_NO_SYNC_PROGRESS: "1"
|
||||||
commands:
|
commands:
|
||||||
@@ -32,7 +32,7 @@ steps:
|
|||||||
- uv pip install pytest pytest-cov mypy ruff
|
- uv pip install pytest pytest-cov mypy ruff
|
||||||
|
|
||||||
- name: lint-typecheck
|
- name: lint-typecheck
|
||||||
image: python:3.12-slim
|
image: python:3.14-slim
|
||||||
commands:
|
commands:
|
||||||
- export PATH="$HOME/.local/bin:$PATH"
|
- export PATH="$HOME/.local/bin:$PATH"
|
||||||
- . .venv/bin/activate
|
- . .venv/bin/activate
|
||||||
@@ -40,7 +40,7 @@ steps:
|
|||||||
- mypy --ignore-missing-imports .
|
- mypy --ignore-missing-imports .
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: python:3.12-slim
|
image: python:3.14-slim
|
||||||
commands:
|
commands:
|
||||||
- export PATH="$HOME/.local/bin:$PATH"
|
- export PATH="$HOME/.local/bin:$PATH"
|
||||||
- . .venv/bin/activate
|
- . .venv/bin/activate
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.13
|
3.14
|
||||||
|
|||||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user