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.

This is the meta/coordination issue for Python 3.11 support for Numba and llvmlite.

Note: The issue text will be updated continuously to reflect the current process and progress.

As Numba interfaces with cpython on the bytecode and C-level, Python minor version upgrades present a significant compatibility challenge and have – in the past – required multiple PRs over multiple months of work. For Python 3.11 this issue will serve as a central point of coordination of the efforts. As such it will list the current branches pertaining to Python 3.11 support in addition to using the tag Python 3.11.

In order to support testing against beta releases and release candidates, I created a small utility that allows easy setup of a Numba development environment against a Python pre-release docker container. https://github.com/numba/numba-hatchery this can be used with development branches/repositories of Numba and llvmlite.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:32
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

17reactions
binary-huskycommented, Nov 18, 2022

Still no official support for python 3.11 ?

14reactions
sklamcommented, Oct 26, 2022

I’m making progress at https://github.com/numba/numba/pull/8545. The PR adapts Numba for the major bytecode changes in Py3.11.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's New In Python 3.11 — Python 3.11.1 documentation
Release, 3.11.1,, Date, December 20, 2022,, Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.11, compared to 3.10.
Read more >
Python 3.11: Cool New Features for You to Try - Real Python
Python 3.11 was published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen months of development, ......
Read more >
When should you upgrade to Python 3.11?
Python 3.11 is out now–but should you switch to it immediately? And if you shouldn't upgrade just yet, when should you?
Read more >
The best new features and fixes in Python 3.11 - InfoWorld
Many individual performance improvements landed in Python 3.11, but the single biggest addition is the specializing adaptive interpreter. Since ...
Read more >
What's New in Python 3.11 And Should You Even Bother With It?
The Python 3.11 changelog consists of a nearly endless list of bug fixes, improvements, and additions, most of which you may never even...
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