We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4800c18 commit c3fee8fCopy full SHA for c3fee8f
.github/workflows/publish-to-pypi.yml
@@ -9,10 +9,10 @@ jobs:
9
steps:
10
- uses: actions/checkout@master
11
12
- - name: Set up Python 3.10
+ - name: Set up Python 3.14
13
uses: actions/setup-python@v5
14
with:
15
- python-version: '3.10'
+ python-version: '3.14'
16
17
- name: Install dependencies
18
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-slim@sha256:c805c5edcf6005fd72f933156f504525e1da263ffbc3fae6b4940e6c360c216f
+FROM python:3.14-slim
2
3
WORKDIR /config-merger
4
0 commit comments