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 3.7 compatibility; add python 3.12 #2453

Merged

Conversation

samuelhwilliams
Copy link
Contributor

@samuelhwilliams samuelhwilliams commented Jul 15, 2024

  • Remove deprecated function call for python 3.12 (datetime.utcfromtimestamp)

  • Remove mongoengine restriction; resolves some DeprecationWarnings

  • Don't error on some DeprecationWarnings from dependencies about Python 3.14

  • Pull in types-shapely and stop ignoring that module for mypy.

Fix: #2449

- Remove deprecated function call for python 3.12
  (datetime.utcfromtimestamp)

- Remove mongoengine restriction; resolves some DeprecationWarnings

- Don't error on some DeprecationWarnings from dependencies about Python 3.14

- Pull in types-shapely and stop ignoring that module for mypy.
@samuelhwilliams samuelhwilliams marked this pull request as ready for review July 16, 2024 07:11
@samuelhwilliams samuelhwilliams merged commit 5a75ad3 into pallets-eco:master Jul 16, 2024
7 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

Update Python compatibility
1 participant