# Numba Meeting: 2025-04-22 Attendees: FPOC (last week): FPOC (incoming): NOTE: All communication is subject to the [Numba Code of Conduct](https://github.com/numba/numba-governance/blob/accepted/code-of-conduct.md). Please refer to [this calendar](https://calendar.google.com/calendar/embed?src=5rqnddm4gjrdfjm31fsv182epk%40group.calendar.google.com) for the next meeting date. ## ~~Office hour signup~~ ## Discussion - Python 3.14 beta starts May 6. That's earliest we should start investigating bytecode change - For future meeting, discuss when to drop NumPy 1.x ## New "Ready for Review" PRs ## 1. New Issues - [numba#10046](https://github.com/numba/numba/issues/10046) - Error when installing numba with tbb support in docker - [numba#10049](https://github.com/numba/numba/issues/10049) - Signature is an unrecognized option for @jit [documentation issue] ### Closed Issues - [numba#10048](https://github.com/numba/numba/issues/10048) - ImportError: Numba requires at least version 0.45.0 of llvmlite. Installed version is 0.44.0. ## 2. New PRs - [numba#10047](https://github.com/numba/numba/pull/10047) - Fix `IntEnumMember.can_convert_to()` when no conversions found - [numba#10050](https://github.com/numba/numba/pull/10050) - Fixed invert in overload and added testcase. - [llvmlite#1195](https://github.com/numba/llvmlite/pull/1195) - gha/add llvmlite osx arm64 conda builder - [llvmlite#1196](https://github.com/numba/llvmlite/pull/1196) - Pin dependencies - [llvmlite#1197](https://github.com/numba/llvmlite/pull/1197) - Update actions/checkout action to v4.2.2 - [llvmlite#1198](https://github.com/numba/llvmlite/pull/1198) - Update actions/download-artifact action to v4.2.1 - [llvmlite#1199](https://github.com/numba/llvmlite/pull/1199) - Update actions/setup-python action to v5.5.0 - [llvmlite#1200](https://github.com/numba/llvmlite/pull/1200) - Update actions/upload-artifact action to v4.6.2 - [llvmlite#1201](https://github.com/numba/llvmlite/pull/1201) - Update conda-incubator/setup-miniconda action to v3.1.1 ### Closed PRs - [numba#10045](https://github.com/numba/numba/pull/10045) - fix for bug 5196888 - [llvmlite#1202](https://github.com/numba/llvmlite/pull/1202) - Update dependency macos to v14 (last numba: 10044; llvmlite 1194)