File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88env :
9- PYTHON_VERSION : " 3.13 "
9+ PYTHON_VERSION : " 3.14 "
1010
1111jobs :
1212 changes :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313 contents : read
1414
1515env :
16- PYTHON_VERSION : " 3.13 "
16+ PYTHON_VERSION : " 3.14 "
1717
1818jobs :
1919 validate :
Original file line number Diff line number Diff line change 1- 3.13
1+ 3.14
Original file line number Diff line number Diff line change 11# Stage 1: Builder
2- FROM python:3.13 -slim-bookworm AS builder
2+ FROM python:3.14 -slim-bookworm AS builder
33
44RUN apt-get update && apt-get install -y --no-install-recommends \
55 build-essential libpq-dev \
@@ -17,7 +17,7 @@ COPY README.md .
1717RUN uv sync --no-dev --frozen
1818
1919# Stage 2: Runtime
20- FROM python:3.13 -slim-bookworm
20+ FROM python:3.14 -slim-bookworm
2121
2222RUN apt-get update && apt-get install -y --no-install-recommends \
2323 libpq5 curl \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3.11" ,
3131 " Programming Language :: Python :: 3.12" ,
3232 " Programming Language :: Python :: 3.13" ,
33+ " Programming Language :: Python :: 3.14" ,
3334 " Topic :: Software Development :: Libraries :: Python Modules" ,
3435 " Topic :: Text Processing :: Indexing" ,
3536 " Typing :: Typed" ,
You can’t perform that action at this time.
0 commit comments