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

Adapt "docs" CI action for Python 3.12 #134

Closed
wants to merge 1 commit into from

Conversation

timweiland
Copy link
Contributor

As referenced in PR #133.

venvs created with Python 3.12 no longer include setuptools, so we need to install it manually.

Let's see if this fixes the CI :)

venvs created with Python 3.12 no longer include `setuptools`, so we need to install it manually.
@pnkraemer
Copy link
Owner

Hi! Thanks so much for this PR :)

It seems that installing setuptools was not the easy fix we thought it was. Therefore, in #135, I set the doc-build version to 3.9 (and bumped the readthedocs version to 3.9 to match this), because these two version should coincide anyway. Now it all works again.

In a separate PR, all python versions can then be bumped appropriately.

But for now, let's close this PR and merge your ICML contribution! 👍 Thanks a lot @timweiland

@pnkraemer pnkraemer closed this Jan 26, 2024
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