Skip to content

Commit

Permalink
fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Jan 8, 2025
1 parent 28608fe commit c27996f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
- job_name: windows_legacy
appveyor_build_worker_image: Visual Studio 2019
- job_name: windows
appveyor_build_worker_image: Visual Studio 2022
appveyor_build_worker_image: Previous Visual Studio 2022
- job_name: macos
appveyor_build_worker_image: macos-monterey # macos-bigsur (macOS 11 not support by brew any longer)
- job_name: linux
Expand Down
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ qrcode==7.4.2; python_version < '3.9' # last Python 3.8 release
qrcode==8.0; python_version >= '3.9'
requests==2.32.3
requests-file==2.1.0
pyusb==1.2.1
#pyusb==1.3.0; python_version >= '3.9' # fails on Windows!?
pyusb==1.2.1; python_version < '3.9' # last Python 3.8 release
pyusb==1.3.0; python_version >= '3.9'
persist-queue==1.0.0
portalocker==2.10.1; python_version < '3.9' # last Python 3.8 release
portalocker==3.1.1; python_version >= '3.9'
Expand Down

0 comments on commit c27996f

Please sign in to comment.