Skip to content

Commit d06574a

Browse files
authored
Update lsassy.yml to python3.10
1 parent ece62ae commit d06574a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lsassy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/setup-python@v2
3030
with:
31-
python-version: '3.9'
31+
python-version: '3.10'
3232

3333
- name: Install dependencies
3434
run: |
@@ -46,15 +46,15 @@ jobs:
4646
max-parallel: 4
4747
matrix:
4848
os: [ubuntu-latest, windows-latest]
49-
python-version: ['3.9']
49+
python-version: ['3.10']
5050
steps:
5151
- name: Checking out
5252
uses: actions/checkout@v2
5353

5454
- name: Setup on ${{ matrix.os }}
5555
uses: actions/setup-python@v2
5656
with:
57-
python-version: 3.9
57+
python-version: 3.10
5858
architecture: x64
5959

6060
- name: Building binary with pyinstaller

0 commit comments

Comments
 (0)