Skip to content

Commit c3fee8f

Browse files
committed
Upgrade to python 3.14
1 parent 4800c18 commit c3fee8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@master
1111

12-
- name: Set up Python 3.10
12+
- name: Set up Python 3.14
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.14'
1616

1717
- name: Install dependencies
1818
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim@sha256:c805c5edcf6005fd72f933156f504525e1da263ffbc3fae6b4940e6c360c216f
1+
FROM python:3.14-slim
22

33
WORKDIR /config-merger
44

0 commit comments

Comments
 (0)