bulletphysics / bullet3

Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
http://bulletphysics.org
Other
12.18k stars 2.85k forks source link

replace logging.warn with logging.warning #4619

Open jelly opened 1 month ago

jelly commented 1 month ago

logging.warn is an alias to logging.warning since Python 3.3 and will be removed in Python 3.13.