Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/base-python-service-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.9
python-version: 3.14
- name: Run Unit tests
run: |
./tasks test_unit
Expand All @@ -56,10 +56,10 @@ jobs:
steps:
- uses: actions/checkout@v6

- name: Set up Python 3.9
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: 3.9
python-version: 3.14

- name: Configure AWS credentials
id: auth
Expand Down
2 changes: 1 addition & 1 deletion services/mesh-forwarder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine3.22
FROM python:3.14-alpine3.23

RUN apk update && \
apk -u list && \
Expand Down
1 change: 1 addition & 0 deletions services/mesh-forwarder/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mypy = "~=1.19.1"
types-requests = "~=2.33.0"
requests = "~=2.33.0"
click = "~=8.3.1"
urllib3 = "~=2.6.3"

[requires]
python_version = "3.14.3"
Expand Down
26 changes: 13 additions & 13 deletions services/mesh-forwarder/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading