Update python version

This commit is contained in:
Firas K 2023-05-03 12:36:51 +03:00 committed by GitHub
parent 4a8fd954c8
commit 5b8fa0bf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip