Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth authored Dec 9, 2024
1 parent 9698cf6 commit 652be5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ environment:
global:
PYLSL_LIB: /home/appveyor/.local/lib/python3.10/site-packages/pylsl/lib/liblsl.so
matrix:
- ID: VS2019_Py312
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python312-x64"
PYTHON_VERSION: "3.12"
- ID: VS2019_Py311
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python311-x64"
Expand All @@ -17,10 +21,6 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python39-x64"
PYTHON_VERSION: "3.9"
- ID: VS2019_Py312
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python312-x64"
PYTHON_VERSION: "3.12"
- ID: macOS
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PYTHON: "3.9"
Expand Down

0 comments on commit 652be5e

Please sign in to comment.