Skip to content
Open
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.4
FROM python:3.14.3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major Python version jump skips untested Python 3.14

High Severity

The upgrade from python:3.10.4 to python:3.14.3 jumps 4 minor versions to a Python version that is not included in the project's official classifiers in pyproject.toml. The classifiers list Python 3.9 through 3.13 but explicitly omit Python 3.14, indicating this version has not been tested by the maintainers. This significant version jump could introduce runtime compatibility issues from deprecated API removals or behavior changes between Python 3.10 and 3.14.

Fix in Cursor Fix in Web


ENV INDICO_HOST="try.indico.io"

Expand Down