diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 15:40:01 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 15:40:01 -0700 |
commit | 9513bcd188c301e9bf412ddaff6fed4081eab002 (patch) | |
tree | 9a9fe39d7e0d9761e3c2c60e94839031e84d3246 /.github | |
parent | 475abad54ebb205ed574eb3de2640a0d19844b93 (diff) | |
download | sncontinue-9513bcd188c301e9bf412ddaff6fed4081eab002.tar.gz sncontinue-9513bcd188c301e9bf412ddaff6fed4081eab002.tar.bz2 sncontinue-9513bcd188c301e9bf412ddaff6fed4081eab002.zip |
use python 3.11 for pyinstaller
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 41fd174d..a4151777 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.8" + python-version: "3.11" - name: Setup Python uses: actions/setup-python@v4 |