bump unit tests base python version

This commit is contained in:
Simon 2026-03-14 17:25:23 +07:00
parent 8f45e3cb7e
commit 6a5d892883
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
- name: Cache pip
uses: actions/cache@v4