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

Revert "Merge pull request #633 from cherrypy/debt/drop-py37" #686

Closed
wants to merge 7 commits into from

Commits on Apr 17, 2024

  1. Revert "Merge pull request cherrypy#633 from cherrypy/debt/drop-py37"

    This reverts commit f82aee6, reversing
    changes made to 2b3b3eb.
    webknjaz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    688fc83 View commit details
    Browse the repository at this point in the history
  2. πŸ§ͺ Fix test compatibility with Python 3.6

    The Python 3.6 runtime seems to be adding a trailing comma in the
    argument lists of class `repr()`s. This patch takes that into account
    in the regexes used in tests for checking what's logged.
    webknjaz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    935395b View commit details
    Browse the repository at this point in the history
  3. πŸ§ͺ Drop ubuntu 20.04 + pypy 3.6 from CI matrix

    The error is
    ```python-traceback
    ImportError: ../site-packages/cryptography/hazmat/bindings/_openssl.pypy36-pp73-x86_64-linux-gnu.so: undefined symbol: FIPS_mode
    ```
    webknjaz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a9b77d3 View commit details
    Browse the repository at this point in the history
  4. πŸ§ͺ Make Sphinx not fail on warnings

    This is fine for a maintenance branch with older deps.
    webknjaz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7184939 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0da426b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78a5e42 View commit details
    Browse the repository at this point in the history
  7. Revert "πŸ“ Add a change note for PR cherrypy#628"

    This reverts commit 03926f3.
    webknjaz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c00f21b View commit details
    Browse the repository at this point in the history