question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python 3.10 support in 2.16.x

See original GitHub issue

Is your proposal related to a problem?

Currently there is a problem using Python 3.10 with the 2.16.x versions of Wagtail. /wagtail/utils/utils.py directly calls collections.Mapping which is deprecated in 310

(Write your answer here.)

Describe the solution you’d like

This file should import Mapping from collections.abc.Mapping instead.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
saevaromcommented, Sep 5, 2022

Great, thanks! Already in production on two websites 😃

1reaction
lb-commented, Sep 5, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

What's New In Python 3.10 — Python 3.11.1 documentation
This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on October 4, 2021. For full details,...
Read more >
Python 3.10 support table for most popular Python packages
This site shows Python 3.10 support for the 360 most downloaded packages on PyPI: 236 green packages (65.6%) support Python 3.10; ... Package...
Read more >
Elastic Beanstalk supported platforms - AWS Documentation
AWS Elastic Beanstalk provides pre-configured platforms for programming languages (Java, PHP, Python, Ruby, Go), web containers (Tomcat, Passenger, Puma), ...
Read more >
Community Updates — Requests 2.28.1 documentation
Requests support for Python 2.7 and 3.6 will be ending in 2022. While we don't have exact dates, Requests 2.27.x is likely to...
Read more >
Packages for 64-bit Windows with Python 3.10
Name Version Summary / License _libgcc_mutex 0.1 Mutex for libgcc and libgcc‑ng / None aiofiles 0.7.0 File support for asyncio / Apache 2.0 alembic 1.8.1 A...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found