nestorsalceda / mamba

The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
http://nestorsalceda.github.io/mamba
MIT License
518 stars 65 forks source link

Add support for python 3.12 #166

Closed quiqueporta closed 7 months ago

quiqueporta commented 9 months ago

What this PR does / why we need it:

This PR adds support for the new Python 3.12 version. The imp module was deprecated.

Ref: https://docs.python.org/3.12/whatsnew/3.12.html#imp

Antonio-Vela commented 8 months ago

waiting