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

Support ansible 2.18, drop 2.14/2.15 and py39 #443

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Jan 7, 2025

@ssbarnea ssbarnea changed the title Drop support for python 3.9 and ansible 2.14/2.15 Enable support for ansible 2.18, drop 2.14/2.15 and py39 Jan 7, 2025
@ssbarnea ssbarnea changed the title Enable support for ansible 2.18, drop 2.14/2.15 and py39 Support ansible 2.18, drop 2.14/2.15 and py39 Jan 7, 2025
Comment on lines +350 to +358
# noinspection PyProtectedMember
# pylint: disable=protected-access
col_path += self.config.collections_paths
col_path += os.path.dirname( # noqa: PTH120
os.environ.get(ansible_collections_path(), "."),
).split(":")
_AnsibleCollectionFinder( # noqa: SLF001
paths=col_path,
)._install() # pylint: disable=protected-access
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure if I'm missing something, but this seems to be retaining the < 2.15.0.dev0 path?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops, read this after I merged it. Next time add -1. I am making a patch now. Second question would be.... why testing did not find any issues.

Copy link
Member Author

Choose a reason for hiding this comment

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

Please review #444

And, thanks for spotting it!!!

@ssbarnea ssbarnea merged commit 5d657e5 into main Jan 7, 2025
28 of 30 checks passed
@ssbarnea ssbarnea deleted the fix/ruff-preview branch January 7, 2025 18:19
ssbarnea added a commit that referenced this pull request Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants