fix python version

This commit is contained in:
Game_Time 2023-08-19 19:06:34 +05:00 committed by GitHub
parent e4313b439a
commit 1d527cf18b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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