Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added Required Python Version#152

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
alex merged 4 commits intocertifi:masterfromNirzak:patch-1
Oct 27, 2021
Merged

Added Required Python Version#152

alex merged 4 commits intocertifi:masterfromNirzak:patch-1
Oct 27, 2021

Conversation

@Nirzak
Copy link
Contributor

Added python_requires to specify the required python version for the library.

michael-k, dotlambda, graingert, and jdufresne reacted with thumbs up emoji
Added python_requires to specify the required python version for the library.
@sigmavirus24
Copy link
Member

I believe this library supports Python 3.5+ not 3.3+

@Nirzak
Copy link
ContributorAuthor

I believe this library supports Python 3.5+ not 3.3+

Ok updated it. There are classifiers for python 3.3 and 3.4 that's why I thought it would be 3.3+

@Nirzak
Copy link
ContributorAuthor

Should I also remove the classifiers for python 3.3 and 3.4?

@jdufresne
Copy link
Contributor

Should I also remove the classifiers for python 3.3 and 3.4?

IMO, yes. The classifiers andpython_requires should be compatible with one another.

Copy link

@iceman201iceman201 left a comment

Choose a reason for hiding this comment

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

'Programming Language :: Python :: 3.3',        'Programming Language :: Python :: 3.4',

would be good to remove

include_package_data=True,
zip_safe=False,
license='MPL-2.0',
python_requires=">=3.5",

Choose a reason for hiding this comment

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

Would be preferable to introduce this in declarative config. i.e.:

# setup.cfg[options]python_requires = >=3.5

sigmavirus24 reacted with thumbs down emoji

Choose a reason for hiding this comment

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

Would be good to do setup-py-upgrade in another pr I think?

Choose a reason for hiding this comment

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

Yes, perhaps. My preference is to introduce changes in the preferred location rather than to cling to old conventions, but I also see the value in keeping it all consistent and to move everything at once.

@jaraco
Copy link

This PR fixes#174.

@alexalex merged commit1c8485c intocertifi:masterOct 27, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

4 more reviewers

@jaracojaracojaraco left review comments

@graingertgraingertgraingert approved these changes

@hugovkhugovkhugovk approved these changes

@iceman201iceman201iceman201 approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

8 participants

@Nirzak@sigmavirus24@jdufresne@jaraco@graingert@hugovk@iceman201@alex

[8]ページ先頭

©2009-2025 Movatter.jp