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

Drop Python<=3.6 #126

Closed
eggplants opened this issue Feb 3, 2022 · 1 comment · Fixed by #125
Closed

Drop Python<=3.6 #126

eggplants opened this issue Feb 3, 2022 · 1 comment · Fixed by #125
Assignees
Labels
enhancement New feature or request

Comments

@eggplants
Copy link
Collaborator

Python 3.6 or older is currently not supported due to EOL (date: 23 Dec 2021).

See: https://endoflife.date/python

So I suggest dropping them.

@eggplants eggplants added the enhancement New feature or request label Feb 3, 2022
@akamhy
Copy link
Owner

akamhy commented Feb 3, 2022

@eggplants go ahead(do it in #125 ).

@akamhy akamhy linked a pull request Feb 3, 2022 that will close this issue
akamhy pushed a commit that referenced this issue Feb 3, 2022
* add: configure files (setup.py->setup.py+setup.cfg+pyproject.toml)

* add: __download_url__

* format with black and isort

* fix: flake8 section in setup.cfg

* add: E501 to flake ignore

* fix: metadata.name does not accept attr

* fix: merge __version__.py into __init__.py

* fix: flake8 errors in tests/

* fix: datetime.datetime -> datetime

* fix: banner

* fix: ignore W605 for banner

* fix: way to install deps in CI

* add: versem to setuptools

* fix: drop python<=3.6 (#126) from package and CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants