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

Wrong supported python versions in PyPi metadata #392

Closed
AndreyMZ opened this issue Jun 8, 2020 · 1 comment
Closed

Wrong supported python versions in PyPi metadata #392

AndreyMZ opened this issue Jun 8, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@AndreyMZ
Copy link
Contributor

AndreyMZ commented Jun 8, 2020

According to README and the test configuration it looks like django-stubs supports Python 3.8.

But the metadata of the django-stubs project on PyPi differs.

What's wrong

https://pypi.org/project/django-stubs/

Programming Language

  • Python :: 3.6
  • Python :: 3.7

How is that should be

Programming Language

  • Python :: 3
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
@AndreyMZ AndreyMZ added the bug Something isn't working label Jun 8, 2020
@sobolevn
Copy link
Member

sobolevn commented Jun 8, 2020

Thanks a lot for the report! Fixed in master.

python3.8 support was added several days ago: #379
There was no release made since then.

danifus added a commit to danifus/django-stubs that referenced this issue Jun 8, 2020
bullfest pushed a commit to bullfest/django-stubs that referenced this issue Jul 6, 2020
danifus added a commit to danifus/django-stubs that referenced this issue Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants