Skip to content

Commit 836af11

Browse files
cgoldbergdiemol
andauthored
Blog post announcing EOL for Python 3.9 (#2500)
* Blog post announcing EOL for Python 3.9 * Removed incorrect metadata tags * Fixed wording [deploy site] --------- Co-authored-by: Diego Molina <[email protected]>
1 parent 943f3ad commit 836af11

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Ending Support for Python 3.9"
3+
linkTitle: "Ending Support for Python 3.9"
4+
date: 2025-10-08
5+
tags: ["selenium", "python"]
6+
categories: ["releases"]
7+
author: Corey Goldberg ([@cgoldberg](https://cgoldberg.github.io))
8+
description: >
9+
Selenium is ending support for Python 3.9 in the Python WebDriver language bindings
10+
---
11+
12+
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+.
13+
14+
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).

0 commit comments

Comments
 (0)