mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Update Python version to 3.13 in Selenium UI testing workflow
This commit is contained in:
parent
64bec1a886
commit
8bef2a2f8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-testing.yml
vendored
2
.github/workflows/ui-testing.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue