-
Notifications
You must be signed in to change notification settings - Fork 78
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
pyproject.toml: Add Python3.6 as available Python version #151
Conversation
Option A
Option B
Option C
|
The CI failed with:
Is it possible to use older setuptools on Python <= 3.6? pyproject.toml contains:
Why is version 61 required? |
I think that we can downgrade into 59 |
@vstinner @ericsnowcurrently @mdboom There looks some issue between the new package meta system with setuptools and Python 3.6 |
After thinking about it, I wouldn't worry about supporting 3.6. |
So pyperformance doesn't use Python 3.7 anymore? |
@vstinner we merged python/pyperformance#249, so no support only for 3.6 not 3.7 |
We dropped the support for Python 3.6 through #142.
Technically, it was available to be installed at Python 3.6 but since pyperformance still uses Python 3.6,
I think that we should sync the version support with the pyperformance team.
There was a restriction at
pyproject.toml
but it was never published to PyPI yet luckily.