Skip to content

Update the dist metadata to reflect reality #39

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

Merged

Conversation

webknjaz
Copy link
Member

No description provided.

webknjaz added 2 commits June 24, 2020 14:06
It's already been dropped from tox and Travis CI test matrixes
and now it's time to drop it from the metadata since Python 3.4
is EOL.
@@ -20,7 +20,7 @@
zip_safe=False,
install_requires=['pytest>=3.1.0'],
setup_requires=['setuptools_scm'],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
classifiers=[
'Development Status :: 7 - Inactive',
Copy link
Member Author

Choose a reason for hiding this comment

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

@RonnyPfannschmidt I'm curious if this should be

Suggested change
'Development Status :: 7 - Inactive',
'Development Status :: 6 - Mature',

Copy link
Member

Choose a reason for hiding this comment

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

If you take the maintainer role its your choice

Copy link
Member Author

Choose a reason for hiding this comment

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

I think I don't want full maintainership with leading feature development but help with releases and occasional reviews would be fine.

@webknjaz webknjaz marked this pull request as ready for review June 24, 2020 17:52
@webknjaz webknjaz mentioned this pull request Jun 24, 2020
@RonnyPfannschmidt RonnyPfannschmidt merged commit a2ef5e8 into pytest-dev:master Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants