Update Python version to 3.13 in Selenium UI testing workflow

This commit is contained in:
omri zaher 2025-08-08 17:51:52 +03:00
parent 64bec1a886
commit 8bef2a2f8d

View file

@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.13'
- name: Install dependencies
run: |