Skip to content

Conversation

@s3rius
Copy link
Owner

@s3rius s3rius commented Nov 26, 2025

No description provided.

Copy link

@BTruer BTruer left a comment

Choose a reason for hiding this comment

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

3.12 Or 3.13?

I have seen lots of memory leaks with 3.13 and fastapi.

@@ -1,6 +1,6 @@
FROM python:3.11.4-alpine
FROM ghcr.io/astral-sh/uv:0.9.12-python3.13-alpine
Copy link

Choose a reason for hiding this comment

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

In the Yaml file above, you have python version 3.12

Copy link
Owner Author

Choose a reason for hiding this comment

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

This one is for the project itself. It's not related to generated projects.

.test-template:
stage: test
image: python:3.11.4-slim-bullseye
image: ghcr.io/astral-sh/uv:0.9.12-python3.13-bookworm-slim
Copy link

Choose a reason for hiding this comment

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

Same here

Copy link
Owner Author

Choose a reason for hiding this comment

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

Set python3.13 everywhere. Missed it in pyproject.toml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants