fix(pipeline): bumped Python version in pipeline

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x
2023-09-16 23:10:48 +00:00
parent 22993028b4
commit 71821dbb56

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
sudo apt-get update