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

Drop support for python 3.4 #40

Merged
merged 2 commits into from
Jun 17, 2020
Merged

Drop support for python 3.4 #40

merged 2 commits into from
Jun 17, 2020

Conversation

JWCook
Copy link
Member

@JWCook JWCook commented Jun 16, 2020

closes #32

* Bump version number following release
* Remove python 3.4 from tests and classifiers
* Remove typing backport and use the stdlib version
* Remove merge_two_dicts() and use {**dict, **dict} and other PEP 448 syntax
* Use latest pytest (5.0+)
* Use latest tox (3.15+)
* Use json.JSONDecodeError
* Remove other python 3.4-specific exceptions/workarounds
* Remove requirements.txt; known minimum required package versions are all
  specified in setup.py now, and remaining version pins are not needed
@JWCook JWCook changed the base branch from master to dev June 17, 2020 21:53
@JWCook JWCook merged commit afbd074 into pyinat:dev Jun 17, 2020
@JWCook JWCook deleted the drop-py34 branch September 3, 2020 21:55
@JWCook JWCook modified the milestones: v0.12, v0.11 Sep 25, 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.

Drop support for Python 3.4
1 participant