Sublime Blog
http://www.sublimetext.com/blog
Sublime Text NewsWed, 21 May 2025 12:00:00 +1000enhourly1Sublime Text Build 4200 and Future Plugin Changes
https://www.sublimetext.com/blog/articles/sublime-text-4200
Wed, 21 May 2025 12:00:00 +1000Benjamin Schaaf
.button-st4200 {
display: inline-block;
background-color: #407fbf;
color: #fff !important;
border-radius: 3px;
padding: 8px 15px;
text-decoration: none;
transition: background-color 0.15s ease-in-out;
-webkit-transition: background-color 0.15s ease-in-out;
}
.button-st4189:hover
{
background-color: #369;
}
Sublime Text 4, build 4200 is out now with some exciting new features,
improvements and fixes. We're also announcing some changes to the way
plugins will be handled in the future:
Phasing out Python 3.3
Python 3.3 will be phased out over the course of a year, being removed
entirely some time after Q1 2026. This will be done in stages, starting with
this update adding the "disable_plugin_host_3.3" setting. With the
setting enabled all plugins will run under python 3.8.
Upgrading Python 3.8 to 3.13
We will be replacing Python 3.8 with 3.13 in the next development cycle.
Plugins targeting 3.8 will instead run on 3.13. This will roll out slowly,
initially through a beta program, to ensure a smooth transition.
Supported Platform Changes
Moving to newer versions of Python means we need to drop
support for older operating systems. Future versions of Sublime Text will increase the minimum macOS version from 10.9 to 10.13. We will also be ending support for Windows 7, 8 and 8.1; the minimum will be Windows 10.
Python Upgrade Policy
Going forward we will be following an approximately 5 year lifecycle for
python versions, aligning with
Python's own policy.