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

PyPI doesn't deliver latest version #2451

Closed
lemzwerg opened this issue Nov 15, 2021 · 3 comments
Closed

PyPI doesn't deliver latest version #2451

lemzwerg opened this issue Nov 15, 2021 · 3 comments

Comments

@lemzwerg
Copy link

[0dc2f82]

If I do

pip3 uninstall fonttools
pip3 install fonttools

to install the latest version, I currently get version 4.27.1. However, the latest tag in the git repository is 4.28.1.

IIRC, releasing a new fonttools version includes an automatic upload to PyPI, so I'm reporting this here – maybe the upload failed, or the related script has problems.

@anthrotype
Copy link
Member

Hey Werner!

We do upload automatically, in fact it's there https://pypi.org/project/fonttools/4.28.1/

you probably are using python 3.6, which is reaching EOL end of this year. Since 4.28 we now require python 3.7 or greater (#2417).
Pip is installing the latest compatible version available on PyPI, which for 3.6 would be in fact 4.27.1.

@anthrotype
Copy link
Member

the decision to drop 3.6 is in line with what other similar python projects are doing (e.g. numpy). it was discussed here #2350

I did also update the README as well, which mentions 3.7 as required python version. I hope this is not a problem for you

@lemzwerg
Copy link
Author

Ah, ok. Thanks for the explanation.

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

No branches or pull requests

2 participants