Skip to content

Commit

Permalink
chore: bump Python to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlhens committed Oct 26, 2024
1 parent 94856da commit de6ee82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.7
3.13.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7-slim-bookworm AS python-base
FROM python:3.13.0-slim-bookworm AS python-base

ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## Prerequisites

- [Python](https://www.python.org/downloads/) **>=3.12.3 <3.13.0** (_tested with 3.12.7_)
- [Python](https://www.python.org/downloads/) **>=3.13.0 <3.14.0** (_tested with 3.13.0_)
- [pre-commit](https://pre-commit.com/#install) **>=3.2.0 <4.0.0** (_tested with 3.8.0_)
- [uv](https://docs.astral.sh/uv/getting-started/installation/) **>=0.4.27** (_tested with 0.4.27_)
- [docker](https://docs.docker.com/get-docker/) (_optional_)
Expand Down

0 comments on commit de6ee82

Please sign in to comment.