This commit is contained in:
hoangvv 2025-01-09 16:38:57 +07:00
parent 29b2ad978d
commit e6e927ee2c

View File

@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12.8'
architecture: 'x64'
- name: check python version
run: python --version