Compare commits

..

No commits in common. "renovate/python-3.x" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
check:
runs-on: docker
container:
image: python:3.14-slim
image: python:3.12-slim
steps:
- name: Checkout
env:

View file

@ -1,4 +1,4 @@
FROM python:3.14-slim
FROM python:3.12-slim
WORKDIR /app