Skip to content

Commit d9bfd25

Browse files
committed
Update remaining python 3.13 leftovers
1 parent f771636 commit d9bfd25

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v6
2929

30-
- name: Set up Python 3.13
30+
- name: Set up Python 3.14
3131
uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.14"

.github/workflows/python-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v6
20-
- name: Set up Python 3.13
20+
- name: Set up Python 3.14
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.14"

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v6
20-
- name: Set up Python 3.13
20+
- name: Set up Python 3.14
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.14"

.github/workflows/python-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v6
20-
- name: Set up Python 3.13
20+
- name: Set up Python 3.14
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.14"

.github/workflows/python-typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v6
20-
- name: Set up Python 3.13
20+
- name: Set up Python 3.14
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.14"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON_VERSION=3.13
1+
ARG PYTHON_VERSION=3.14
22
FROM python:$PYTHON_VERSION-slim AS base
33
ARG UID=2000
44
ARG GID=2000

0 commit comments

Comments
 (0)