diff options
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 |
