File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6969 - name : Set up Python
7070 uses : actions/setup-python@v6
7171 with :
72- python-version : ' 3.13 '
72+ python-version : ' 3.14 '
7373
7474 - name : Install analysis tools
7575 run : |
Original file line number Diff line number Diff line change 2626 - name : Set up Python
2727 uses : actions/setup-python@v6
2828 with :
29- python-version : ' 3.13 '
29+ python-version : ' 3.14 '
3030
3131 - name : Update dependencies
3232 run : |
Original file line number Diff line number Diff line change 3232 - name : Set up Python
3333 uses : actions/setup-python@v6
3434 with :
35- python-version : ' 3.13 '
35+ python-version : ' 3.14 '
3636
3737 - name : Install build dependencies
3838 run : |
Original file line number Diff line number Diff line change 1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
21- python-version : ' 3.13 '
21+ python-version : ' 3.14 '
2222
2323 - name : Run Snyk to check for vulnerabilities
2424 uses : snyk/actions/python@master
5151 - name : Set up Python
5252 uses : actions/setup-python@v6
5353 with :
54- python-version : ' 3.13 '
54+ python-version : ' 3.14 '
5555
5656 - name : Install dependencies
5757 run : |
7979 - name : Set up Python
8080 uses : actions/setup-python@v6
8181 with :
82- python-version : ' 3.13 '
82+ python-version : ' 3.14 '
8383
8484 - name : Install dependencies
8585 run : |
Original file line number Diff line number Diff line change 11# Multi-stage build for MCP GitLab Server
2- FROM python:3.13 -slim as builder
2+ FROM python:3.14 -slim as builder
33
44# Install system dependencies
55RUN apt-get update && apt-get install -y \
@@ -22,7 +22,7 @@ COPY pyproject.toml uv.lock ./
2222RUN uv pip install --system --no-cache -e .
2323
2424# Production stage
25- FROM python:3.13 -slim
25+ FROM python:3.14 -slim
2626
2727# Install runtime dependencies
2828RUN apt-get update && apt-get install -y \
You can’t perform that action at this time.
0 commit comments