Skip to content

Commit fb0bd51

Browse files
이시현이시현
authored andcommitted
build: Bump python from 3.11 to 3.12
1 parent adf8367 commit fb0bd51

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
python-version: [3.11]
14+
python-version: [3.12]
1515
services:
1616
postgres:
1717
image: postgres:15

.python-version

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pull base image
2-
FROM python:3.11
2+
FROM python:3.12
33

44
# Set environment variables
55
ENV PYTHONDONTWRITEBYTECODE 1

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Development Setup
99
Prerequisites
1010
-------------
1111

12-
- Python version 3.11
12+
- Python version 3.12
1313
- PostgreSQL
1414
- `uv`_ - An extremely fast Python package and project manager
1515

compose/local/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim
1+
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
22

33
ENV PYTHONUNBUFFERED=1
44
ENV PYTHONDONTWRITEBYTECODE=1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "djangosnippets.org"
33
version = "1.0.0"
44
urls = {homepage = "https://github.com/django/djangosnippets.org"}
5-
requires-python = ">=3.11"
5+
requires-python = ">=3.12"
66
dependencies = [
77
"dj-database-url",
88
"django",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)