We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece62ae commit d06574aCopy full SHA for d06574a
.github/workflows/lsassy.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup Python
29
uses: actions/setup-python@v2
30
with:
31
- python-version: '3.9'
+ python-version: '3.10'
32
33
- name: Install dependencies
34
run: |
@@ -46,15 +46,15 @@ jobs:
46
max-parallel: 4
47
matrix:
48
os: [ubuntu-latest, windows-latest]
49
- python-version: ['3.9']
+ python-version: ['3.10']
50
steps:
51
- name: Checking out
52
uses: actions/checkout@v2
53
54
- name: Setup on ${{ matrix.os }}
55
56
57
- python-version: 3.9
+ python-version: 3.10
58
architecture: x64
59
60
- name: Building binary with pyinstaller
0 commit comments