pypa / pipfile

Other
3.24k stars 145 forks source link

Fit Python 3.10 version string #131

Open btharper opened 3 years ago

btharper commented 3 years ago

Fix truncation of '3.10' version string.

This produces the expected major.minor version string on 2.7, and 3.4 through 3.10.

cclauss commented 2 years ago

@Testsr Python 3.10 has arrived.