Skip to content

Conversation

tristanlatr
Copy link
Contributor

Update Github workflow to use "latest" versions of the three tested OS. Also run tests under Python 3.13 as well.

…S. Also run tests under Python 3.13 as well.
@tristanlatr
Copy link
Contributor Author

Looks like we're running into issue: https://sourceforge.net/p/docutils/bugs/483/
But this is probably also tied to poetry since I don't run into this error with other build systems

I'll simply remove the problematic dev-dependency (an install it manually from the workflow) for now so we can have a green CI

@tristanlatr
Copy link
Contributor Author

I also ran into pypa/setuptools#4501 along the way. Specifically on Python3.8/Windows runner... other are fine

@tristanlatr
Copy link
Contributor Author

Ok seems like I can't make it run under Windows/Py3.8.
I'm really not a fan of poetry...

@LecrisUT
Copy link
Contributor

LecrisUT commented Jul 7, 2025

Maybe you want to try this again, now that it's not poetry based?

with:
python-version: 3.8
python-version: 3.12
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
python-version: 3.12
python-version: 3.x

If you want to minimize maintenance

@@ -40,7 +40,7 @@ test = [
"pytest",
]
docs = [
"pydoctor >= 22.3.0",
"pydoctor >= 25.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

My only remaining comment is about this change? Is it needed?

@mauvilsa mauvilsa merged commit 30c117e into rr-:master Jul 14, 2025
21 checks passed
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.

3 participants