Closed ShamrockLee closed 3 months ago
cms-bot internal usage
A new Issue was created by @ShamrockLee.
@Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks.
cms-bot commands are listed here
Assign core
New categories assigned: core
@Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks
When building SCRAMv3 with Python 3.12, setuptools complains about missing module
imp
:As the official documentation of
imp
and the StackOverflow answer point out, we need to migrate fromimp
toimportlib
to resolve this build failure.