Skip to content

Commit 46cfaf4

Browse files
chore(deps): update python docker tag
1 parent 53bd7df commit 46cfaf4

File tree

4 files changed

+692
-655
lines changed

4 files changed

+692
-655
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.13

Dockerfile

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

33
ENV PYTHONDONTWRITEBYTECODE=1
44
ENV PYTHONUNBUFFERED=1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "django2pydantic"
33
version = "0.2.0"
44
description = "Converting Django models to Pydantic models"
55
readme = "README.md"
6-
requires-python = "==3.12.*"
6+
requires-python = "==3.13.*"
77
authors = [{ name = "Jukka Hassinen", email = "jukka.hassinen@gmail.com" }]
88
license = "MIT"
99
keywords = ["django", "pydantic", "models", "schema", "converter"]

0 commit comments

Comments
 (0)