Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 8424cdb

Browse files
ci: update python version
1 parent e3829d5 commit 8424cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v1
1616

17-
- name: Set up Python 3.8
17+
- name: Set up Python 3.9
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.8
20+
python-version: 3.9
2121

2222
- name: Cache dependencies
2323
uses: actions/cache@v1

0 commit comments

Comments
 (0)