gplugin/gplugin

Add Python 3.11 support

18 months ago, Gary Kramlich
a3e3b812c1d2
Parents 172bf8a3fa36
Children a0a98165f39c
Add Python 3.11 support

Testing Done:
Ran `meson --wipe` verified it was looked at but apparently pygobject doesn't work with it yet.

Reviewed at https://reviews.imfreedom.org/r/1980/
--- a/python3/meson.build Sun Oct 23 22:14:46 2022 -0500
+++ b/python3/meson.build Thu Oct 27 21:15:45 2022 -0500
@@ -20,6 +20,7 @@
PYGOBJECT = dependency('pygobject-3.0', version: '>=3.0.0')
_PYTHONS = [
+ ['python-3.11-embed', '>=3.11'],
['python-3.10-embed', '>=3.10'],
['python-3.9-embed', '>=3.9'],
['python-3.8-embed', '>=3.8'],