g-sherman / plugin_build_tool

Python command line tool for compiling and deploying QGIS plugins
GNU General Public License v2.0
38 stars 18 forks source link

enable run with python 3.12 #27

Closed smellman closed 2 months ago

smellman commented 2 months ago

Changes

How to build

python3.12 -m venv venv
source venv/bin/activate
pip install build
python -m build .
smellman commented 2 months ago

I missed qgis3_version branch.