Skip to content

Python 3 9#1

Open
mvakalo wants to merge 3 commits intomasterfrom
python_3_9
Open

Python 3 9#1
mvakalo wants to merge 3 commits intomasterfrom
python_3_9

Conversation

@mvakalo
Copy link
Copy Markdown

@mvakalo mvakalo commented Sep 30, 2025

No description provided.

Comment thread requirements.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.9
Copy link
Copy Markdown
Author

@mvakalo mvakalo Sep 30, 2025

Choose a reason for hiding this comment

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

@foteinigk is there any chance we need to re-run pip-compile requirements.in for python 3.9?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I have compiled requirements.in with this commmand

docker run --rm -v "$PWD":/app -w /app python:3.9-slim \
  bash -lc "python -m pip install -U pip pip-tools && pip-compile -o requirements.txt requirements.in"

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I guess we are good

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants