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 395b660 commit 360a48aCopy full SHA for 360a48a
.github/workflows/publish-to-pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python 3.13
15
uses: actions/setup-python@v6
16
with:
17
- python-version: '3.13'
+ python-version: '3.14'
18
19
- name: Install dependencies
20
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689
+FROM python:3.14-slim@sha256:9cb153378f31817f34351a1dc895172e4ea26a5c6333579ddacce7531efbbbee
2
3
WORKDIR /config-merger
4
0 commit comments