Skip to content

Update python_requires in setup.py#400

Open
adamchainz wants to merge 1 commit intogabrielfalcao:mainfrom
adamchainz:patch-1
Open

Update python_requires in setup.py#400
adamchainz wants to merge 1 commit intogabrielfalcao:mainfrom
adamchainz:patch-1

Conversation

@adamchainz
Copy link

I have a package I need to test on Python 3.4. I'm fine using the older version of httpretty for this, but because the python_requires was not set precisely for the new versions, they get installed, and don't work because they try to import typing.

I added a workaround with the extra restrictions in my requirements: scoutapp/scout_apm_python#513 . But it would be better if new httpretty versions correctly declared which Python versions they should work with.

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.

1 participant