Skip to content

Commit 4997a96

Browse files
committed
reverting to 3.9
1 parent 0fba6aa commit 4997a96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
python-version: [3.13]
18+
python-version: [3.9]
1919

2020
steps:
2121
- uses: actions/checkout@v2

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#FROM docker.io/python:3.13-alpine
2-
FROM ghcr.io/astral-sh/uv:python3.13-alpine
2+
FROM ghcr.io/astral-sh/uv:python3.9-alpine
33

44
RUN apk add git
55

0 commit comments

Comments
 (0)