Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Add min. Py3 version required - #18

Merged
firdaus merged 2 commits into
firdaus:masterfrom
sevein:dev/py-min-version
May 29, 2020
Merged

Add min. Py3 version required#18
firdaus merged 2 commits into
firdaus:masterfrom
sevein:dev/py-min-version

Conversation

@sevein

@seveinsevein commented May 8, 2020

Copy link
Copy Markdown
Contributor

I figured it'd be useful to make this explicit. Many out there are still using Python 3.6 because that's what what you get in LTS distros like Ubuntu 18.04 for example.

Comment threadsetup.py
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also be adding a python_requires=">=3.7" to this file, thoughts?

@firdaus
firdaus merged commit fde68c1 into firdaus:masterMay 29, 2020
@sevein
sevein deleted the dev/py-min-version branch May 30, 2020 15:43
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sevein@firdaus