From 7c4179c9f8da50002125b9f2174337b40f087e56 Mon Sep 17 00:00:00 2001 From: jayceslesar Date: Sat, 27 Jan 2024 12:39:40 -0500 Subject: [PATCH] feat(generic): expose python 3.12 --- generic/python/egg-python-generic.json | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/python/egg-python-generic.json b/generic/python/egg-python-generic.json index 96e126e3..c5e81f49 100644 --- a/generic/python/egg-python-generic.json +++ b/generic/python/egg-python-generic.json @@ -10,6 +10,7 @@ "description": "A Generic Python Egg for Pterodactyl\r\n\r\nTested with: https:\/\/github.com\/Ispira\/pixel-bot", "features": null, "docker_images": { + "Python 3.12": "ghcr.io\/parkervcp\/yolks:python_3.12", "Python 3.11": "ghcr.io\/parkervcp\/yolks:python_3.11", "Python 3.10": "ghcr.io\/parkervcp\/yolks:python_3.10", "Python 3.9": "ghcr.io\/parkervcp\/yolks:python_3.9",