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

Enable ansible-gendoc for Python 3.13 #26

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Wihrt
Copy link

@Wihrt Wihrt commented Jan 3, 2025

In Python 3.13, the function template has been removed from re package.
It does not use it, so it harmless to remove it.

I have used blackand isort for the formatting, but it does not change everything else.

@stephrobert In the hope, you still want to maintain this project ;)

…stency

💡 (gendoc.py): enhance readability by using f-strings and consistent quotation marks

The changes include reordering and cleaning up import statements for better organization. Code formatting is improved by using f-strings for string interpolation and ensuring consistent use of double quotes throughout the code. These adjustments enhance readability and maintainability of the codebase.
…S images in CI workflow

The workflow now tests against Python versions 3.10 through 3.13 and includes additional Ubuntu and macOS images. This enhancement ensures broader compatibility and helps identify potential issues across different environments, improving the reliability of the application.
@Wihrt
Copy link
Author

Wihrt commented Jan 3, 2025

I have updated the pipeline to tests across numerous versions of Python/OS as well.
It was a bit of non-sense to make an update for Python 3.13, and not test it.

It seems that MacOS 11 is not available anymore on Github, so I needed to update that as well.

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.

1 participant