You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various improvements for the CMake scripts that are generated for all new C and C++ projects.
The minimum CMake version was incremented to 3.22 for all generated scripts. This change reflects the minimum CMake version that is available by default on supported operating systems.
Removed support for the C++14 language standard. New projects should target at least C++17.
Removed support for Python 3.8 in all Python projects. Python 3.9 is now the new minimum supported Python version.
Deprecated the usage of license classifiers in Python project source templates. You can instead specify your project's license in the pyproject.toml file.