Skip to content

Commit a943927

Browse files
committed
Upgrade to python 3.14
1 parent e70adc7 commit a943927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
ref: main
1313

14-
- name: Set up Python 3.13
14+
- name: Set up Python 3.14
1515
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.14'

Dockerfile

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

33
WORKDIR /config-merger
44

0 commit comments

Comments
 (0)