Skip to content

Commit ce134cd

Browse files
committed
Python 3.14 is no longer RC 🐍 πŸ₯³
1 parent 1ea3695 commit ce134cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žcomponent_config/configSchema.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"options": {
2222
"tooltip": "- **Isolated environment** takes a couple of seconds to start, but gives you the opportuninty to pick one of the latest versions of Python. It's also a safer choice as it prevents package collisions.\n- Non-isolated environment (used to be the default choice) might start a bit faster, but can lead to issues mentioned above. It will also become a subject to deprecation in the future.\n- We recommmend you **update the code regularly** to make sure it runs with the latest versions of all packages. This will help you avoid issues with abandoned packages and **security vulnerabilities**.",
2323
"enum_titles": [
24-
"Python 3.14 RC – Isolated environment (just the packages of your choice)",
25-
"Python 3.13 – Isolated environment (just the packages of your choice) – This is the recommended choice πŸ™",
24+
"Python 3.14 – Isolated environment (just the packages of your choice) – This is the recommended choice πŸ™",
25+
"Python 3.13 – Isolated environment (just the packages of your choice)",
2626
"Python 3.12 – Isolated environment (just the packages of your choice)",
2727
"Python 3.10 – Shared environment (contains many pre-installed packages in legacy versions) – This used to be the default choice"
2828
]

0 commit comments

Comments
Β (0)