-
Notifications
You must be signed in to change notification settings - Fork 664
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
Python 3 Compatibility #1070
Comments
The problem is Ansible not Molecule. I have been trying to release py3 support for Molecule since Ansible 2.2. However, Molecule always finds a bug with Ansible's py3 compatibility. Last bug reported had to do with galaxy having issues under py3. Molecule is py3 supported, but until I can pass all the Molecule functional tests (across the supported Ansible releases), I'm not wanting to open it up to py3. |
@retr0h Thanks for the response. I'm in the process of upgrading Molecule for our team and wanted to try out Python 3. But if it's a problem with Ansible than that's all fine. I think a short blurb in the docs with this reasoning would be appreciated. 😃 Potentially in the Readme just after Ansible Support or in the docs under the Requirements Section? |
Closing. Molecule will report py3 not supported when running under py3. |
@retr0h Thanks for going out of your way to try to ensure Py3 compatibility in upstream Ansible, and thanks for molecule! This information took me a while to find, is there a way to track this information (along with the upstream ansible blockers) in a more obvious location? Maybe the README? |
FYI, https://molecule.readthedocs.io/en/latest/installation.html#requirements says:
🚀 🚀 🚀 |
Bumps the dependencies group in /.config with 11 updates: | Package | From | To | | --- | --- | --- | | [astroid](https://github.com/pylint-dev/astroid) | `3.3.3` | `3.3.4` | | [bracex](https://github.com/facelessuser/bracex) | `2.5` | `2.5.post1` | | [dill](https://github.com/uqfoundation/dill) | `0.3.8` | `0.3.9` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.36` | `9.5.38` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.7` | `0.5.8` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.0` | `3.3.1` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.10` | `10.11` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.7` | `0.6.8` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.5` | `20.26.6` | | [watchdog](https://github.com/gorakhargosh/watchdog) | `5.0.2` | `5.0.3` | | [wcmatch](https://github.com/facelessuser/wcmatch) | `9.0` | `10.0` | Updates `astroid` from 3.3.3 to 3.3.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pylint-dev/astroid/blob/main/ChangeLog">astroid's changelog</a>.</em></p> <blockquote> <h1>What's New in astroid 3.3.4?</h1> <p>Release date: 2024-09-23</p> <ul> <li> <p>Fix regression with f-string inference.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/9947">pylint-dev/pylint#9947</a></p> </li> <li> <p>Fix bug with <code>manager.clear_cache()</code> not fully clearing cache</p> <p>Refs <a href="https://redirect.github.com/pylint-dev/pylint/pull/9932#issuecomment-2364985551">pylint-dev/pylint#9932</a></p> </li> <li> <p>Fix a crash from inferring empty format specs.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/9945">pylint-dev/pylint#9945</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/astroid/commit/6042e585859420ff98a9f9c2f383a3f3e54f567a"><code>6042e58</code></a> Bump astroid to 3.3.4, update changelog</li> <li><a href="https://github.com/pylint-dev/astroid/commit/c51f510e4ad4a354335c5dc9cce827670de6f5d4"><code>c51f510</code></a> Fix issue when inferring single-node or non-const JoinedStr (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2578">#2578</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2579">#2579</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/97871e9489316ffac09348fe655f6571a21c4d3d"><code>97871e9</code></a> Check for empty format specs (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2574">#2574</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2576">#2576</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/1915cc36e1758780c102b1793525b985c9780d4f"><code>1915cc3</code></a> Fix <code>manager.clear_cache()</code> not fully clearing the module cache (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2572">#2572</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2573">#2573</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/875651b8021a27488685fba52250a594fa277f2a"><code>875651b</code></a> [Backport maintenance/3.3.x] Address pylint 3.3 messages (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2577">#2577</a>)</li> <li>See full diff in <a href="https://github.com/pylint-dev/astroid/compare/v3.3.3...v3.3.4">compare view</a></li> </ul> </details> <br /> Updates `bracex` from 2.5 to 2.5.post1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/bracex/releases">bracex's releases</a>.</em></p> <blockquote> <h2>2.5.post1</h2> <ul> <li><strong>FIX</strong>: Fix PyPI landing page.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/bracex/commit/a512cf18d9818c3b28e34caa633801c3ffcc3fe2"><code>a512cf1</code></a> Fix build badge</li> <li><a href="https://github.com/facelessuser/bracex/commit/d10052158a967cd7944c2c4e8bad3c37a04eed2f"><code>d100521</code></a> Pump version to post so we can fix PyPI landing page</li> <li><a href="https://github.com/facelessuser/bracex/commit/b143cea81b2f27a546fe6a1a4880a9add0b63090"><code>b143cea</code></a> Fix build badge</li> <li><a href="https://github.com/facelessuser/bracex/commit/4e746456f4e60b5223018a79485597b2c127bb7c"><code>4e74645</code></a> Allow testing on Bash 5.2</li> <li><a href="https://github.com/facelessuser/bracex/commit/1c8353ae25fd3b3f94d4c914750d63b828520260"><code>1c8353a</code></a> Remove discord link</li> <li>See full diff in <a href="https://github.com/facelessuser/bracex/compare/2.5...2.5.post1">compare view</a></li> </ul> </details> <br /> Updates `dill` from 0.3.8 to 0.3.9 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uqfoundation/dill/commit/8372a772758f59ab679c5eafdb45e880a228b5ff"><code>8372a77</code></a> tag: 0.3.9</li> <li><a href="https://github.com/uqfoundation/dill/commit/6646459d98724946ec541cd05446b55e5461a175"><code>6646459</code></a> add formal support for python 3.13 (<a href="https://redirect.github.com/uqfoundation/dill/issues/681">#681</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/735ac667a6b82691d05e8693d47024180e83637e"><code>735ac66</code></a> more extensive testing for dill.source (<a href="https://redirect.github.com/uqfoundation/dill/issues/680">#680</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/fb2b6fd32e21f08b56e15a67611c4d484ec23e28"><code>fb2b6fd</code></a> more extensive testing for dill.source</li> <li><a href="https://github.com/uqfoundation/dill/commit/8b86f5094d089c32c0bba4cefd970fa8339b3f47"><code>8b86f50</code></a> handle a ThreadHandleType (<a href="https://redirect.github.com/uqfoundation/dill/issues/679">#679</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/15d7c6d6ccf4781c624ffbf54c90d23c6e94dc52"><code>15d7c6d</code></a> better handle import strings of numpy scalars (<a href="https://redirect.github.com/uqfoundation/dill/issues/678">#678</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/a14e75d7ca7a2879af6f45222fae503cf63bbc66"><code>a14e75d</code></a> account for frame.f_locals as proxy in 3.13 (<a href="https://redirect.github.com/uqfoundation/dill/issues/677">#677</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/b281426c0eb747b0551ff697126308a2b9ae42c7"><code>b281426</code></a> diff USE_NUMPY imports numpy.ma (<a href="https://redirect.github.com/uqfoundation/dill/issues/676">#676</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/9bf8ca7f51386d3cfef14a52d892267b84f718e9"><code>9bf8ca7</code></a> type check for Integral, bool by value (<a href="https://redirect.github.com/uqfoundation/dill/issues/675">#675</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/a9d136b969ce7e285aab5d700f85d84cec79ee4e"><code>a9d136b</code></a> fix fencepost error when getting source inside decorator in interpreter (<a href="https://redirect.github.com/uqfoundation/dill/issues/651">#651</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.5.36 to 9.5.38 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.5.38</h2> <ul> <li>Added Albanian translations</li> </ul> <p>Thanks go to <a href="https://github.com/gerardkraja"><code>@gerardkraja</code></a> for their contributions</p> <h2>mkdocs-material-9.5.37</h2> <ul> <li>Added 4th and 5th level ordered list styles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>: Tags have no spacing in search</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.5.38 (2024-09-26)</p> <ul> <li>Added Albanian translations</li> </ul> <p>mkdocs-material-9.5.37 (2024-09-25)</p> <ul> <li>Added 4th and 5th level ordered list styles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>: Tags have no spacing in search</li> </ul> <p>mkdocs-material-9.5.36 (2024-09-21)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>: Social cards incorrectly rendering HTML entities</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7542">#7542</a>: Improved support for setting custom list styles</li> </ul> <p>mkdocs-material-9.5.35 (2024-09-18)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7498">#7498</a>: Search not showing for Vietnamese language</li> </ul> <p>mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7520">#7520</a>: Social plugin errors for generated files (MkDocs 1.6+)</li> </ul> <p>mkdocs-material-9.5.34 (2024-08-31)</p> <ul> <li>Updated Mermaid.js to version 11 (latest)</li> </ul> <p>mkdocs-material-9.5.33 (2024-08-23)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7453">#7453</a>: Incorrect position of tooltip when sorting table</li> </ul> <p>mkdocs-material-9.5.32 (2024-08-19)</p> <ul> <li>Fixed RXSS vulnerability via deep link in search results</li> <li>Added support for fetching latest release from GitLab</li> </ul> <p>mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7410">#7410</a>: Instant previews jump on content tabs with anchor links</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7408">#7408</a>: Instant previews jump on content tabs</li> </ul> <p>mkdocs-material-9.5.31 (2024-08-02)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>: DockerHub missing images > 9.5.27 due to change in Alpine/APK</li> </ul> <p>mkdocs-material-9.5.30 (2024-07-23)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7380">#7380</a>: Navigation icons disappearing on hover in Safari</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7367">#7367</a>: Blog readtime computation includes SVG text content</li> </ul> <p>mkdocs-material-9.5.29 (2024-07-14)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/117250a46288841f2f359e5c85070a2d85d69b03"><code>117250a</code></a> Prepare 9.5.38 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/74ca2341ac7ab59b931926f74111d98fb73c67f3"><code>74ca234</code></a> Added Albanian translations</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/84ddbba7ef2b0d8965129f51f4c6475cb3612f8a"><code>84ddbba</code></a> Prepare 9.5.37 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/fd984136badbc6ca708c1a3528fcfb15364ee7f0"><code>fd98413</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7557">#7557</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/573d23d147e899e7980a5d79a1756beb3911071d"><code>573d23d</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/06fe18af7ee18ed3997a7adba9398c91226d8839"><code>06fe18a</code></a> Fixed rendering of tags in search</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/43a22b61501c3198519090fd7a26b92f014ca1cc"><code>43a22b6</code></a> Fixed ordered list markers</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.36...9.5.38">compare view</a></li> </ul> </details> <br /> Updates `pydoclint` from 0.5.7 to 0.5.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsh9/pydoclint/releases">pydoclint's releases</a>.</em></p> <blockquote> <h2>0.5.8</h2> <h2>What's Changed</h2> <ul> <li>fix: DOC503 catch namespaced exceptions by <a href="https://github.com/Amar1729"><code>@Amar1729</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/168">jsh9/pydoclint#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.5.7...0.5.8">https://github.com/jsh9/pydoclint/compare/0.5.7...0.5.8</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's changelog</a>.</em></p> <blockquote> <h2>[0.5.8] - 2024-09-23</h2> <ul> <li> <p>Fixed</p> <ul> <li>Fixed the logic of handling exceptions namespaces (<code>a.b.c.MyException</code>)</li> </ul> </li> <li> <p>Full diff</p> <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.5.7...0.5.8">https://github.com/jsh9/pydoclint/compare/0.5.7...0.5.8</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsh9/pydoclint/commit/5e941f54c4ff11580f33652b39fa00c4a158955d"><code>5e941f5</code></a> fix: DOC503 catch namespaced exceptions (<a href="https://redirect.github.com/jsh9/pydoclint/issues/168">#168</a>)</li> <li>See full diff in <a href="https://github.com/jsh9/pydoclint/compare/0.5.7...0.5.8">compare view</a></li> </ul> </details> <br /> Updates `pylint` from 3.3.0 to 3.3.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/76bce72bc57cc8089e439cc9d22fed5806341ed4"><code>76bce72</code></a> Bump pylint to 3.3.1, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9954">#9954</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/55ee81651aa98d644e046a0f02f20576ecb3a6dc"><code>55ee816</code></a> Bump astroid to 3.3.4 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9951">#9951</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9952">#9952</a>)</li> <li>See full diff in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.1">compare view</a></li> </ul> </details> <br /> Updates `pymdown-extensions` from 10.10 to 10.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/pymdown-extensions/releases">pymdown-extensions's releases</a>.</em></p> <blockquote> <h2>10.11</h2> <ul> <li><strong>NEW</strong>: SuperFences: Allow fenced code to be parsed in the form <code>```lang {.class #id}</code>.</li> </ul> <h2>10.10.2</h2> <ul> <li><strong>FIX</strong>: BetterEm: Add better support for <code>*em, **em,strong***</code> and <code>_em, __em,strong___</code> cases.</li> <li><strong>FIX</strong>: Caret: Add better support for <code>*sup, **sup,ins***</code>.</li> <li><strong>FIX</strong>: Tilde: Add better support for <code>*sub, **sub,del***</code>.</li> </ul> <h2>10.10.1</h2> <ul> <li><strong>FIX</strong>: FancyLists: Remove a mistaken semicolon from injected classes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/4b54d02a0f87537a5788b1a14d74c3da7639ce5b"><code>4b54d02</code></a> Support alternate fenced header form (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2470">#2470</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/8355b4565fcc62b2ec1c8e523fd20e9c19e791bd"><code>8355b45</code></a> Attempt to fix issues with instant loading</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/448972add0a557345048f350224862ebdc453619"><code>448972a</code></a> Fix bad example</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/f8f8c579b9145daede103322cbe479a5549eeea0"><code>f8f8c57</code></a> Bump version</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/7a9586555807518d349df3d1b35e62d4a721cd7d"><code>7a95865</code></a> Add support for <code>*tag1 **tag1,tag2***</code> cases for <code>*</code>, <code>_</code>, <code>~</code>, and <code>^</code> (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2467">#2467</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/5f0e3fc972fc6c700706cdeeed85417c17f10071"><code>5f0e3fc</code></a> Docs: Turn off instant loading until we figure out MathJax issue with it</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/07337c70ffc980d6bfccc8c5d6f088f23f2c68ae"><code>07337c7</code></a> Update version</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/dee67da24a815e1cfc6acfc085b2e29bb301b13f"><code>dee67da</code></a> fancylist inject class remove semicolon (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2464">#2464</a>)</li> <li>See full diff in <a href="https://github.com/facelessuser/pymdown-extensions/compare/10.10...10.11">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.6.7 to 0.6.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>0.6.8</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>Remove unnecessary parentheses around <code>match case</code> clauses (<a href="https://redirect.github.com/astral-sh/ruff/pull/13510">#13510</a>)</li> <li>Parenthesize overlong <code>if</code> guards in <code>match..case</code> clauses (<a href="https://redirect.github.com/astral-sh/ruff/pull/13513">#13513</a>)</li> <li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13486">#13486</a>)</li> <li>[<code>pylint</code>] Implement <code>boolean-chained-comparison</code> (<code>R1716</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13435">#13435</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using variadic keyword arguments, i.e., <code>**kwargs</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13503">#13503</a>)</li> <li>[<code>pyupgrade</code>] Avoid false negatives with non-reference shadowed bindings of loop variables (<code>UP028</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13504">#13504</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Detect tuples bound to variadic positional arguments i.e. <code>*args</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13512">#13512</a>)</li> <li>Exit gracefully on broken pipe errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/13485">#13485</a>)</li> <li>Avoid panic when analyze graph hits broken pipe (<a href="https://redirect.github.com/astral-sh/ruff/pull/13484">#13484</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Reuse <code>BTreeSets</code> in module resolver (<a href="https://redirect.github.com/astral-sh/ruff/pull/13440">#13440</a>)</li> <li>Skip traversal for non-compound statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/13441">#13441</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/TomerBin"><code>@TomerBin</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li> <li><a href="https://github.com/diceroll123"><code>@diceroll123</code></a></li> <li><a href="https://github.com/dylwil3"><code>@dylwil3</code></a></li> <li><a href="https://github.com/haarisr"><code>@haarisr</code></a></li> <li><a href="https://github.com/renovate"><code>@renovate</code></a></li> <li><a href="https://github.com/sbrugman"><code>@sbrugman</code></a></li> <li><a href="https://github.com/vincevannoort"><code>@vincevannoort</code></a></li> <li><a href="https://github.com/zanieb"><code>@zanieb</code></a></li> </ul> <h2>Install ruff 0.6.8</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.6.8</h2> <h3>Preview features</h3> <ul> <li>Remove unnecessary parentheses around <code>match case</code> clauses (<a href="https://redirect.github.com/astral-sh/ruff/pull/13510">#13510</a>)</li> <li>Parenthesize overlong <code>if</code> guards in <code>match..case</code> clauses (<a href="https://redirect.github.com/astral-sh/ruff/pull/13513">#13513</a>)</li> <li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13486">#13486</a>)</li> <li>[<code>pylint</code>] Implement <code>boolean-chained-comparison</code> (<code>R1716</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13435">#13435</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using variadic keyword arguments, i.e., <code>**kwargs</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13503">#13503</a>)</li> <li>[<code>pyupgrade</code>] Avoid false negatives with non-reference shadowed bindings of loop variables (<code>UP028</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13504">#13504</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Detect tuples bound to variadic positional arguments i.e. <code>*args</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13512">#13512</a>)</li> <li>Exit gracefully on broken pipe errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/13485">#13485</a>)</li> <li>Avoid panic when analyze graph hits broken pipe (<a href="https://redirect.github.com/astral-sh/ruff/pull/13484">#13484</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Reuse <code>BTreeSets</code> in module resolver (<a href="https://redirect.github.com/astral-sh/ruff/pull/13440">#13440</a>)</li> <li>Skip traversal for non-compound statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/13441">#13441</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/ae39ce56c0cc1f8ac15f980c0b457b16b67c1f2a"><code>ae39ce5</code></a> Bump version to 0.6.8 (<a href="https://redirect.github.com/astral-sh/ruff/issues/13522">#13522</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/ff2d214e112e7c1183a818cccb8d66b014eee0e7"><code>ff2d214</code></a> Don't skip over imports and other nodes containing nested statements in impor...</li> <li><a href="https://github.com/astral-sh/ruff/commit/9442cd8fae338e869a0be92b3b17b8dda3562238"><code>9442cd8</code></a> Parenthesize <code>match..case</code> <code>if</code> guards (<a href="https://redirect.github.com/astral-sh/ruff/issues/13513">#13513</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/8012707348aac296124542b5e5217b1ec833fb7b"><code>8012707</code></a> Align formatting of patterns in match-cases with expression formatting in cla...</li> <li><a href="https://github.com/astral-sh/ruff/commit/d7ffe460546164e57c66daee51f53bdcb811eeaf"><code>d7ffe46</code></a> Disable the <code>typeset</code> plugin (<a href="https://redirect.github.com/astral-sh/ruff/issues/13517">#13517</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/7c83af419cc04b07e3bafaff8c233a5ffa447daf"><code>7c83af4</code></a> red-knot: Implement the <code>not</code> operator for all <code>Type</code> variants (<a href="https://redirect.github.com/astral-sh/ruff/issues/13432">#13432</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/bbb044ebda2890061dba6ec53d3d55e0932041ba"><code>bbb044e</code></a> Detect tuples bound to variadic positional arguments i.e. <code>*args</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/13512">#13512</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/481065238b7f90fe756aa6bd989cf9d3973d4654"><code>4810652</code></a> Avoid UP028 false negatives with non-reference shadowed bindings of loop vari...</li> <li><a href="https://github.com/astral-sh/ruff/commit/11f06e0d5524ada77ee6faa5304d25319031f115"><code>11f06e0</code></a> Detect SIM910 when using variadic keyword arguments, i.e., <code>**kwargs</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/13503">#13503</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f27a8b8c7abdd06c6b24b86791db31aa4295a6c7"><code>f27a8b8</code></a> [internal] <code>ComparableExpr</code> (f)strings and bytes made invariant under concate...</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.6.7...0.6.8">compare view</a></li> </ul> </details> <br /> Updates `virtualenv` from 20.26.5 to 20.26.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.26.6 (2024-09-27)</h2> <p>Bugfixes - 20.26.6</p> <pre><code>- Properly quote string placeholders in activation script templates to mitigate potential command injection - by :user:`y5c4l3`. (:issue:`2768`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/ec04726d065372ffad9920998aef1ce41252a61d"><code>ec04726</code></a> release 20.26.6</li> <li><a href="https://github.com/pypa/virtualenv/commit/86dddeda7c991f8529e1995bbff280fb7b761972"><code>86ddded</code></a> Fix <a href="https://redirect.github.com/pypa/virtualenv/issues/2768">#2768</a>: Quote template strings in activation scripts (<a href="https://redirect.github.com/pypa/virtualenv/issues/2771">#2771</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/6bb3f6226c18d69bb6cfa3475b6d46dd463bb530"><code>6bb3f62</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2769">#2769</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/220d49c2e3ade2ed24f5712ab5a23895cde2e04c"><code>220d49c</code></a> Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2767">#2767</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/cf340c83c2828a92def78c77b3e037a2baa4d557"><code>cf340c8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2766">#2766</a> from pypa/release-20.26.5</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.26.5...20.26.6">compare view</a></li> </ul> </details> <br /> Updates `watchdog` from 5.0.2 to 5.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/releases">watchdog's releases</a>.</em></p> <blockquote> <h2>5.0.3</h2> <ul> <li>[inotify] Improve cleaning up <code>Inotify</code> threads, and add <code>eventlet</code> test cases (<a href="https://redirect.github.com/gorakhargosh/watchdog/issues/1070">#1070</a>)</li> </ul> <p>💟 Thanks to our beloved contributors: <a href="https://github.com/ethan-vanderheijden"><code>@ethan-vanderheijden</code></a>, <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst">watchdog's changelog</a>.</em></p> <blockquote> <p>5.0.3</p> <pre><code> 2024-09-27 • `full history <https://github.com/gorakhargosh/watchdog/compare/v5.0.2...v5.0.3>`__ <ul> <li>[inotify] Improve cleaning up <code>Inotify</code> threads, and add <code>eventlet</code> test cases (<code>[#1070](gorakhargosh/watchdog#1070) &lt;https://github.com/gorakhargosh/watchdog/pull/1070&gt;</code>__)</li> <li>Thanks to our beloved contributors: <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a>, <a href="https://github.com/ethan-vanderheijden"><code>@ethan-vanderheijden</code></a> </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorakhargosh/watchdog/commit/ad6df50908fca071ac8ad6558453bb28b522f794"><code>ad6df50</code></a> Version 5.0.3</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/59650f8fe72ac498374434a10a3dd49f3c3d1429"><code>59650f8</code></a> fix: polish <a href="https://redirect.github.com/gorakhargosh/watchdog/issues/1070">#1070</a></li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/29393f418428e88f23b42ece03f3a9d44bb9a3e7"><code>29393f4</code></a> fix: properly clean up threads when stopping Inotify. Improve Eventlet tests....</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/4e9a86dbd322fa777358b04e0d7c7ad4c5524787"><code>4e9a86d</code></a> Bump the version</li> <li>See full diff in <a href="https://github.com/gorakhargosh/watchdog/compare/v5.0.2...v5.0.3">compare view</a></li> </ul> </details> <br /> Updates `wcmatch` from 9.0 to 10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/wcmatch/releases">wcmatch's releases</a>.</em></p> <blockquote> <h2>10.0</h2> <ul> <li><strong>NEW</strong>: Added <code>GLOBSTARLONG</code> which adds support for the Zsh style <code>***</code> which acts like <code>**</code> with <code>GLOBSTAR</code> but but traverses symlinks.</li> <li><strong>NEW</strong>: <code>pathlib.match</code> will respect symlink rules (when the <code>REALPATH</code> flag is given). Hidden file rules will be respected at all times. Enable <code>DOTALL</code> to match hidden files.</li> <li><strong>NEW</strong>: Symlinks should not be traversed when <code>GLOBSTAR</code> is enabled unless <code>FOLLOW</code> is also enabled, but they should still be matched. Prior to this change, symlinks were not traversed <em>and</em> they were ignored from matching which contradicts how Bash works and could be confusing to users.</li> <li><strong>FIX</strong>: Fix some inconsistencies with <code>globmatch</code> and symlink handling when <code>REALPATH</code> is enabled.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/wcmatch/commit/0be4cfb81792c6f8295bcb7d393dc0e786967563"><code>0be4cfb</code></a> Update some documentation related to recent changes</li> <li><a href="https://github.com/facelessuser/wcmatch/commit/2c5b30b01f3f4a8fe298fb2561c9c756d2d1945b"><code>2c5b30b</code></a> Update changelog</li> <li><a href="https://github.com/facelessuser/wcmatch/commit/0c069cbf6cba1a704cbf0e189945fe2f16198994"><code>0c069cb</code></a> Add support for Zsh style <code>***</code> (<a href="https://redirect.github.com/facelessuser/wcmatch/issues/225">#225</a>)</li> <li><a href="https://github.com/facelessuser/wcmatch/commit/35e9cac798f63db1d0a74c1ee7ef5cca50ea7460"><code>35e9cac</code></a> <code>FOLLOW</code> should control traversal of symlinks, not return of them (<a href="https://redirect.github.com/facelessuser/wcmatch/issues/223">#223</a>)</li> <li>See full diff in <a href="https://github.com/facelessuser/wcmatch/compare/9.0...10.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Issue Type
Molecule and Ansible details
Desired Behaviour
Ability to use Python 3
Actual Behaviour (Bug report only)
Additional Discussion
Is there a reason for explicitly blocking Python 3 from molecule?
It looks like the CLI code explicitly disables Python 3.6. The CHANGELOG mentions that version checks were added and the associated pull request doesn't shed much light on the decision either.
Is there a particular rationale for this? I've searched through the docs (and maybe I missed it) but I couldn't find anywhere that states why this is blocked.
#763 states that Molecule v2 is 3.5/3.6 compliant.
A note in the documentation about this or removing the constraint would be greatly appreciated. If work is needed to support Python3, then I can try to devote some cycles over the holidays.
The text was updated successfully, but these errors were encountered: