Skip to content

Commit

Permalink
set binary extra to 2023.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Sep 20, 2023
1 parent fe0a755 commit 7153972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install -r requirements-dev.txt
python -m pip install .
python -m pip install tox
python -m pip install "ahk-binary==2023.9.0rc1"
python -m pip install "ahk-binary==2023.9.0"
- name: Test with coverage/pytest
timeout-minutes: 10
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cmdclass =
build_py = buildunasync.build_py

[options.extras_require]
binary = ahk-binary==1.1.33.9
binary = ahk-binary==2023.9.0

[options.package_data]
ahk =
Expand Down

0 comments on commit 7153972

Please sign in to comment.