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

handle python major and minor version correctly in create_pipfile #4423

Merged
merged 2 commits into from
Aug 31, 2020

Conversation

yosmoc
Copy link
Contributor

@yosmoc yosmoc commented Aug 13, 2020

The issue

#4379

The fix

Handle python major and minor version correctly in create_pipfile function.
The previous code only handles one digit of the minor version. This change handles the major minor version correctly.

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix, .feature, .behavior, .doc. .vendor. or .trivial (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@yosmoc yosmoc force-pushed the python3.10_shown_as_python3.1 branch from ccfa853 to f380a55 Compare August 28, 2020 19:48
@yosmoc yosmoc requested a review from frostming August 28, 2020 19:49
@frostming frostming changed the base branch from master to setuptools-50 August 31, 2020 01:56
@frostming frostming merged commit 469cc9e into pypa:setuptools-50 Aug 31, 2020
@frostming
Copy link
Contributor

Setuptools 50 is breaking the CI, will track it in another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants