Skip to content

Commit a652972

Browse files
committed
Update to Python 3.15
1 parent 8ab1ad9 commit a652972

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: f817489
2+
_commit: 4d29dfa
33
_src_path: ../strata-template-rules-engine-catala
44
app_local_port: 3400
55
app_name: app-catala

app-catala/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# -------------------
88
# Base Python image
99
# -------------------
10-
FROM python:3.13-slim AS base
10+
FROM python:3.15-slim AS base
1111

1212
RUN pip install --no-cache-dir poetry==2.1.1
1313

app-catala/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "strata-template-rules-engine-catala"
33
version = "0.1.0"
44
description = "A Catala-based rules engine for encoding legislative and regulatory rules"
55
authors = [{ name = "Nava Engineering", email = "engineering@navapbc.com" }]
6-
requires-python = "~=3.13"
6+
requires-python = "~=3.15"
77
dependencies = [
88
"fastapi>=0.115.0",
99
"uvicorn[standard]>=0.34.0",

docs/app-catala/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A simple [docker-compose.yml](/app-catala/docker-compose.yml) has been included
66

77
## Prerequisites
88

9-
1. Install Python 3.13+.
9+
1. Install Python 3.15+.
1010
[pyenv](https://github.com/pyenv/pyenv#installation) is one popular option for installing Python,
1111
or [asdf](https://asdf-vm.com/).
1212

0 commit comments

Comments
 (0)