Skip to content

Commit

Permalink
Merge pull request #79 from Krutyi-4el/fix
Browse files Browse the repository at this point in the history
build exe on 3.11
  • Loading branch information
solaluset authored Nov 18, 2023
2 parents 0fca20f + 5142f72 commit 10e6b75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: Build
run: >
Expand Down

0 comments on commit 10e6b75

Please sign in to comment.