Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python-linting.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.6.0
with:
python-version: 3.12
python-version: 3.14
cache: 'pip'
cache-dependency-path: |
**/requirements.txt
Expand DownExpand Up@@ -53,7 +53,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.6.0
with:
python-version: 3.12
python-version: 3.14
cache: 'pip'
cache-dependency-path: |
**/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
FROM python:3.13.3 AS base
FROM python:3.14.7 AS base

WORKDIR /app

Expand Down
Loading