Skip to content

Commit 13a7362

Browse files
committed
revert
1 parent fe3b87c commit 13a7362

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

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

2525
- uses: actions/setup-python@v6
2626
with:
27-
python-version: "3.14"
27+
python-version: "3.12"
2828

2929
- name: Install poetry
3030
uses: abatilo/actions-poetry@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14
1+
FROM python:3.12
22

33
LABEL org.opencontainers.image.url=https://github.com/Teahouse-Studios/akari-bot-webrender
44
LABEL org.opencontainers.image.documentation=https://bot.teahouse.team/

0 commit comments

Comments
 (0)