Skip to content

Commit ea01faa

Browse files
author
Alan Christie
committed
feat: Python 3.13 and requirements update
1 parent abdb5b0 commit ea01faa

File tree

4 files changed

+404
-358
lines changed

4 files changed

+404
-358
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.12'
43+
python-version: '3.13'
4444
- name: Run pre-commit (all files)
4545
run: |
4646
pip install --no-cache-dir poetry=='1.8.5'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The default base image
2-
ARG from_image=python:3.12.9-alpine3.21
2+
ARG from_image=python:3.13.6-alpine3.22
33
FROM ${from_image} AS python-base
44

55
# Labels

0 commit comments

Comments
 (0)