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

CI: check python 3.11 #159

Merged
merged 5 commits into from
Nov 27, 2023
Merged

CI: check python 3.11 #159

merged 5 commits into from
Nov 27, 2023

Commits on Nov 27, 2023

  1. CI: check python 3.11

    The output of the make check with python 3.11 is different that with
    python 3.6
    
    Adding a new test more with 3.11 to check with the max and min desp
    supported.
    rubenrua authored and rgonzalezfluendo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    99633db View commit details
    Browse the repository at this point in the history
  2. black: format all python files

    rubenrua authored and rgonzalezfluendo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8dc5623 View commit details
    Browse the repository at this point in the history
  3. Update pylint dep

    rubenrua authored and rgonzalezfluendo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4578426 View commit details
    Browse the repository at this point in the history
  4. CI: Update checkout and setup-python GitHub actions

    Fixed:
    
    > The following actions uses node12 which is deprecated and
    > will be forced to run on node16: actions/checkout@v2,
    > actions/setup-python@v2. For more info: [1]
    
    [1] https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
    rubenrua authored and rgonzalezfluendo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b38500d View commit details
    Browse the repository at this point in the history
  5. fixup! Update pylint dep

    rubenrua authored and rgonzalezfluendo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    942a175 View commit details
    Browse the repository at this point in the history