File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
.strata-template-rules-engine-catala Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
44app_local_port : 3400
55app_name : app-catala
Original file line number Diff line number Diff line change 77# -------------------
88# Base Python image
99# -------------------
10- FROM python:3.13 -slim AS base
10+ FROM python:3.15 -slim AS base
1111
1212RUN pip install --no-cache-dir poetry==2.1.1
1313
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "strata-template-rules-engine-catala"
33version = " 0.1.0"
44description = " A Catala-based rules engine for encoding legislative and regulatory rules"
55authors = [{ name = " Nava Engineering" , email = " engineering@navapbc.com" }]
6- requires-python = " ~=3.13 "
6+ requires-python = " ~=3.15 "
77dependencies = [
88 " fastapi>=0.115.0" ,
99 " uvicorn[standard]>=0.34.0" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments