python version to 3.x

This commit is contained in:
Game_Time 2023-08-20 15:20:18 +05:00 committed by GitHub
parent 6c8814e885
commit 8fbb049469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.10 python-version: 3.x
- name: Install dependencies - name: Install dependencies
run: | run: |