Skip to content

Commit f4b5ba3

Browse files
authored
Update Python version of CI to 3.9 (#41)
1 parent 1ae96d2 commit f4b5ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testQuarkScript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
git clone https://github.com/quark-engine/quark-engine.git
2121
2222
23-
- name: Set up Python 3.8
23+
- name: Set up Python 3.9
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: 3.8
26+
python-version: 3.9
2727
cache: pip
2828
cache-dependency-path: quark-engine/setup.py
2929

0 commit comments

Comments
 (0)