Skip to content

Commit c09122f

Browse files
Merge branch 'trunk' into rearrangeTopicElement
2 parents fc3688c + 836af11 commit c09122f

File tree

17 files changed

+73
-38
lines changed

17 files changed

+73
-38
lines changed

examples/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-surefire-plugin</artifactId>
62-
<version>3.5.3</version>
62+
<version>3.5.4</version>
6363
<configuration>
6464
<properties>
6565
<configurationParameters>

examples/javascript/package-lock.json

Lines changed: 45 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"license": "Apache-2.0",
99
"dependencies": {
1010
"assert": "2.1.0",
11-
"selenium-webdriver": "4.35.0"
11+
"selenium-webdriver": "4.36.0"
1212
},
1313
"devDependencies": {
14-
"mocha": "11.7.1"
14+
"mocha": "11.7.4"
1515
}
1616
}

examples/kotlin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<version>1.0.0</version>
1010

1111
<properties>
12-
<kotlin.version>2.2.10</kotlin.version>
12+
<kotlin.version>2.2.20</kotlin.version>
1313

1414
<slf4j.version>2.0.17</slf4j.version>
15-
<logback.version>1.5.18</logback.version>
15+
<logback.version>1.5.19</logback.version>
1616

1717
<junit5.version>5.13.4</junit5.version>
1818

-4.01 KB
Loading
-3.21 KB
Loading
-12.4 KB
Loading
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).

website_and_docs/layouts/downloads/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="card-body">
2626
<p class="card-text">
2727
Latest stable version
28-
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.35.0/selenium-server-4.35.0.jar">4.35.0</a>
28+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.36.0/selenium-server-4.36.0.jar">4.36.0</a>
2929
</p>
3030
<p class="card-text">
3131
To use the Selenium Server in a Grid configuration, see the
@@ -115,7 +115,7 @@ <h2 class="card-title">
115115
<div class="card-body">
116116
<h2 class="card-title">C# NuGet</h2>
117117
<p class="card-text w-lg-75">
118-
Nuget latest release is 4.35.0 Released on August 12, 2025.
118+
Nuget latest release is 4.36.0 Released on October 02, 2025.
119119
</p>
120120
<ul>
121121
<li>

website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
2727
<p class="card-text m-0 pb-1">
2828
Stable:
2929
<a href="https://www.nuget.org/packages/Selenium.WebDriver" class="card-link">
30-
4.35.0 (August 12, 2025)
30+
4.36.0 (October 02, 2025)
3131
</a>
3232
</p>
3333
<p class="card-text m-0 pb-1">
@@ -54,8 +54,8 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
5454
</p>
5555
<p class="card-text m-0 pb-1">
5656
Stable:
57-
<a href="https://rubygems.org/gems/selenium-webdriver/versions/4.35.0" class="card-link">
58-
4.35.0 (August 12, 2025)
57+
<a href="https://rubygems.org/gems/selenium-webdriver/versions/4.36.0" class="card-link">
58+
4.36.0 (October 02, 2025)
5959
</a>
6060
</p>
6161
<p class="card-text m-0 pb-1">
@@ -82,8 +82,8 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
8282
</p>
8383
<p class="card-text m-0 pb-1">
8484
Stable:
85-
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.35.0/selenium-java-4.35.0.zip" class="card-link">
86-
4.35.0 (August 12, 2025)
85+
<a href="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.36.0/selenium-java-4.36.0.zip" class="card-link">
86+
4.36.0 (October 02, 2025)
8787
</a>
8888
</p>
8989
<p class="card-text m-0 pb-1">
@@ -111,7 +111,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
111111
<p class="card-text m-0 pb-1">
112112
Stable:
113113
<a href="https://pypi.python.org/pypi/selenium" class="card-link">
114-
4.35.0 (August 12, 2025)
114+
4.36.0 (October 02, 2025)
115115
</a>
116116
</p>
117117
<p class="card-text m-0 pb-1">
@@ -139,7 +139,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
139139
<p class="card-text m-0 pb-1">
140140
Stable:
141141
<a href="https://npmjs.org/package/selenium-webdriver" class="card-link">
142-
4.35.0 (August 12, 2025)
142+
4.36.0 (October 02, 2025)
143143
</a>
144144
</p>
145145
<p class="card-text m-0 pb-1">

0 commit comments

Comments
 (0)