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

Fix Python version number in cookiecutter --version and test on Python 3.10 #1621

Merged

Commits on Dec 11, 2021

  1. Get python version from version_info tuple

    Co-authored-by: Sahil <sahilflash123@gmail.com>
    ozer550 and Sahil-101 committed Dec 11, 2021
    Copy the full SHA
    8de299e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Added test for version_msg

    Co-authored-by: Sahil <sahilflash123@gmail.com>
    ozer550 and Sahil-101 committed Dec 12, 2021
    Copy the full SHA
    b1403ea View commit details
    Browse the repository at this point in the history
  2. Use f strings and add Python 3.10 CI environments

    Co-authored-by: Sahil <sahilflash123@gmail.com>
    ozer550 and Sahil-101 committed Dec 12, 2021
    Copy the full SHA
    e5e0e96 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Prints the whole sys.version string

    Co-authored-by: Sahil <sahilflash123@gmail.com>
    ozer550 and Sahil-101 committed Dec 18, 2021
    Copy the full SHA
    8a7a6f5 View commit details
    Browse the repository at this point in the history
  2. Removed python_version_test

    Co-authored-by: Sahil <sahilflash123@gmail.com>
    ozer550 and Sahil-101 committed Dec 18, 2021
    Copy the full SHA
    cfef574 View commit details
    Browse the repository at this point in the history
  3. Fixed linting errors

    Co-authored-by: Sahil <sahilflash123@gmail.com>
    ozer550 and Sahil-101 committed Dec 18, 2021
    Copy the full SHA
    11743af View commit details
    Browse the repository at this point in the history