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

Move to Python 3.10, fixes #2132 #2910

Merged
merged 5 commits into from
Oct 19, 2022
Merged

Move to Python 3.10, fixes #2132 #2910

merged 5 commits into from
Oct 19, 2022

Commits on Oct 19, 2022

  1. Move to Python 3.10, fixes #2132

    abhidg committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    45fb5ce View commit details
    Browse the repository at this point in the history
  2. Drop build-essential from Python builds

    Most dependencies should have wheels, so installing build-essential
    is unnecessary.
    abhidg committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    95d0c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e465b89 View commit details
    Browse the repository at this point in the history
  4. geocoding: update dependencies

    abhidg committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    8725530 View commit details
    Browse the repository at this point in the history
  5. geocoding: remove pymongo-inmemory, lru-dict

    * Replace lru-dict with functools.lru_cache
    * Run tests in docker using mongo image, removing pymongo-inmemory
    abhidg committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    cfa10fb View commit details
    Browse the repository at this point in the history