diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-13 16:34:26 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-17 19:26:34 +0200 |
| commit | a27c2ef906ef7239d7714fe2e4adc48b2aa8a65a (patch) | |
| tree | e36c9df673f7cb999331a22808eb8552385f7edf /.github/workflows/selenium.yml | |
| parent | 915d10a57d00ff3a6a67e095d5779e82f2c1ffba (diff) | |
[6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility.
Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main.
Diffstat (limited to '.github/workflows/selenium.yml')
| -rw-r--r-- | .github/workflows/selenium.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
