We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fba6aa commit 4997a96Copy full SHA for 4997a96
2 files changed
.github/workflows/pylint.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- python-version: [3.13]
+ python-version: [3.9]
19
20
steps:
21
- uses: actions/checkout@v2
Containerfile
@@ -1,5 +1,5 @@
1
#FROM docker.io/python:3.13-alpine
2
-FROM ghcr.io/astral-sh/uv:python3.13-alpine
+FROM ghcr.io/astral-sh/uv:python3.9-alpine
3
4
RUN apk add git
5
0 commit comments