From a423a1c02cad17d1b173bd5c45919558366d6dd0 Mon Sep 17 00:00:00 2001 From: Loki <59907407+Loki-101@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:52:10 -0800 Subject: [PATCH] Add Python 11 Yolk (#2100) Python: Add Python 11 image --- generic/python/egg-python-generic.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generic/python/egg-python-generic.json b/generic/python/egg-python-generic.json index 06fd6dd3..deb33f8d 100644 --- a/generic/python/egg-python-generic.json +++ b/generic/python/egg-python-generic.json @@ -4,12 +4,13 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-11-28T13:21:01-05:00", + "exported_at": "2023-01-27T23:37:50-08:00", "name": "python generic", "author": "parker@parkervcp.com", "description": "A Generic Python Egg for Pterodactyl\r\n\r\nTested with: https:\/\/github.com\/Ispira\/pixel-bot", "features": null, "docker_images": { + "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", "Python 3.8": "ghcr.io\/parkervcp\/yolks:python_3.8",