From a27c2ef906ef7239d7714fe2e4adc48b2aa8a65a Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 13 Oct 2025 16:34:26 +0200 Subject: [6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility. Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main. --- .github/workflows/selenium.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/selenium.yml') diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml index 9348a3550a..30026f22dd 100644 --- a/.github/workflows/selenium.yml +++ b/.github/workflows/selenium.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' cache: 'pip' cache-dependency-path: 'tests/requirements/py3.txt' - name: Install libmemcached-dev for pylibmc @@ -61,7 +61,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' cache: 'pip' cache-dependency-path: 'tests/requirements/py3.txt' - name: Install libmemcached-dev for pylibmc -- cgit v1.3