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 dependency compatibility

High Severity

Upgrading from python:3.10.4 to python:3.14.3 jumps four minor versions, but tox.ini only tests py39 through py313 — Python 3.14 is never exercised in CI. Critical dependencies jsons==1.6.3 (last released June 2022, classifiers only up to Python 3.10) and msgpack-numpy==0.4.4.3 (from 2019, now paired with numpy 2.3.5) have never been validated against Python 3.14. Any runtime incompatibility in these libraries would surface only in production.

Fix in Cursor Fix in Web


ENV INDICO_HOST="try.indico.io"

Expand Down