Skip to content
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

Remove Python 2.7 support #119

Merged
merged 5 commits into from Nov 21, 2021
Merged

Remove Python 2.7 support #119

merged 5 commits into from Nov 21, 2021

Conversation

metaodi
Copy link
Owner

@metaodi metaodi commented Nov 21, 2021

Resolves #116

@metaodi metaodi merged commit d048890 into develop Nov 21, 2021
@metaodi metaodi deleted the remove-python-27 branch November 21, 2021 21:55
@FisherTsai
Copy link

Hi @metaodi, I think you should add something like python_requires = >=3.6 to setup.cfg. Otherwise, if we don't specify the version number when using pip install in Python 2.7, it will fetch the latest version of osmapi, which is not supported in Python 2.7.

@metaodi
Copy link
Owner Author

metaodi commented Nov 24, 2021

Good point, will do!

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.

Remove Python 2.7 support
2 participants