Sync trove classifiers with tox.ini by ulgens · Pull Request #1341 · graphql-python/graphene-django

@ulgens

@ulgens

@ulgens

nikolaik

Choose a reason for hiding this comment

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

Awesome!

Should we also go ahead with some of the changes in #1337 ?

"mock",
"pytz",
"django-filter<2;python_version<'3'",
"django-filter>=2;python_version>='3'",

Choose a reason for hiding this comment

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

can this be unconditional now, since we are python 3 only?

Choose a reason for hiding this comment

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

Done.

@ulgens

Should we also go ahead with some of the changes in #1337 ?

This PR for the legacy v2 branch. We can handle similar changes for main in a different one.

@nikolaik

Should we also go ahead with some of the changes in #1337 ?

This PR for the legacy v2 branch. We can handle similar changes for main in a different one.

Ah, I see, then this makes sense

@ulgens

erikwrede