Skip to content

Commit c4ac6a4

Browse files
committed
Update Python version
1 parent b628e09 commit c4ac6a4

File tree

5 files changed

+925
-769
lines changed

5 files changed

+925
-769
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.2
1+
3.12

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim as build
1+
FROM python:3.12-slim as build
22
WORKDIR /app
33
COPY . .
44

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ vcrpy = "*"
2525
ruff = "*"
2626

2727
[requires]
28-
python_version = "3.11"
28+
python_version = "3.12"
2929

3030
[scripts]
3131
tim = "python -c \"from tim.cli import main; main(prog_name='tim')\""

0 commit comments

Comments
 (0)