Skip to content

Commit edf80d9

Browse files
authored
Use Python 3.10 in check job (#146)
1 parent 584b1e9 commit edf80d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.6
22+
python-version: '3.10'
2323

2424
- name: Cache Mint packages
2525
uses: actions/cache@v3

0 commit comments

Comments
 (0)