diff --git a/website_and_docs/content/blog/2025/python3.9-eol.md b/website_and_docs/content/blog/2025/python3.9-eol.md new file mode 100644 index 00000000000..e7f0c6732ef --- /dev/null +++ b/website_and_docs/content/blog/2025/python3.9-eol.md @@ -0,0 +1,14 @@ +--- +title: "Ending Support for Python 3.9" +linkTitle: "Ending Support for Python 3.9" +date: 2025-10-08 +tags: ["selenium", "python"] +categories: ["releases"] +author: Corey Goldberg ([@cgoldberg](https://cgoldberg.github.io)) +description: > + Selenium is ending support for Python 3.9 in the Python WebDriver language bindings +--- + +From the upcoming 4.37 release, Selenium will no longer support Python 3.9 in the Python WebDriver language bindings. To install the [selenium package](https://pypi.org/project/selenium), you will need Python 3.10+. + +Selenium will continue to support all versions of Python that are actively receiving bugfix and security updates from the Python core maintainers. The end-of-life for each major Python version is 5 years after its first release. For more information on supported Python versions, see the [Python Developer's Guide](https://devguide.python.org/versions/#supported-versions).