Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More upgrades #295

Merged
merged 4 commits into from
Jul 6, 2024
Merged

More upgrades #295

merged 4 commits into from
Jul 6, 2024

Conversation

sbidoul
Copy link
Member

@sbidoul sbidoul commented Jul 6, 2024

  • upgrade Dockerfile to use python 3.12
  • upgrade maintainer tools
  • upgrade other deps

@@ -24,7 +26,7 @@ RUN set -x \
# Install a specific version of icon generator, to ensure stability as any tiny change
# in generated output may create many commits on all addons.
RUN set -x \
&& python3 -m venv /ocamt-pinned \
&& python${PY} -m venv /ocamt-pinned \
&& /ocamt-pinned/bin/pip install --no-cache-dir -U pip wheel
RUN set -x \
&& /ocamt-pinned/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@969238e47c07d0c40573acff81d170f63245d738#egg=oca-maintainers-tools \
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this one be updated as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not now. We'll need to check if something important has changed there first.

@sbidoul sbidoul merged commit 2e1955a into OCA:master Jul 6, 2024
2 checks passed
@sbidoul sbidoul deleted the more-upgrades branch July 6, 2024 09:43
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