[prtester] Update python dependency (#4311)

This is necessary for glob.glob() with the root_dir argument
This commit is contained in:
Matthieu Rakotojaona 2024-10-20 17:16:29 +00:00 committed by GitHub
parent 6c88f2c21e
commit c3dc46a307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.13'
cache: 'pip'
- name: Install requirements
run: |