Skip to content

Commit

Permalink
oops, pywin32 304 doesn't support py39
Browse files Browse the repository at this point in the history
  • Loading branch information
En73r committed Nov 4, 2022
1 parent 3007d0e commit 02b47d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ReleasePy2EXE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Setup Python
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt
Expand Down

1 comment on commit 02b47d6

@RylmER
Copy link

@RylmER RylmER commented on 02b47d6 Jul 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi can I use yolov8 to make it referring to your code?
It's a really great code.

Please sign in to comment.