use python3.9

This commit is contained in:
Ace 2023-07-26 10:51:08 +02:00 committed by GitHub
parent 49c923e107
commit f247e75d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ jobs:
run: |
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
cd Inkycal
python3 -m venv venv
python3.9 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install wheel