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

Documentation: Add required python version to docs and test deps. #125

Merged
merged 1 commit into from
Sep 20, 2023

Commits on Sep 20, 2023

  1. Add required python version to docs and test deps.

    When running `make test` for the first time on a machine not regularly used for
    building and testing python code chances are high that pytest and pytest-cov
    aren't installed. This add them as a dependency to requirements.txt.
    
    Also adding information on minimum python version to run the code. With
    python3.10 I ran into the error message
    
    `TypeError: Parameters to generic types must be types. Got <module 'github3.issues.event'`
    
    With python3.11 this error was gone.
    MaineC committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a199684 View commit details
    Browse the repository at this point in the history