Skip to content

Commit cdd04d6

Browse files
Upgrade stuff to work with newer Python 3.14
1 parent 0d650b0 commit cdd04d6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.11.4
22+
python-version: 3.14
2323
cache: 'pip'
2424

2525
- name: Install dependencies

.github/workflows/validate-language-info-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.11.4
23+
python-version: 3.14
2424
cache: 'pip'
2525

2626
- name: Install dependencies

.github/workflows/validate-meta-info-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.11.4
23+
python-version: 3.14
2424
cache: 'pip'
2525

2626
- name: Install dependencies

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
1+
FROM python:3.14-slim
22
ENV PYTHONBUFFERED=1
33
WORKDIR /code
44
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)