Skip to content

Commit 8eaf3b5

Browse files
committed
ci: try appveyor with 3.12
Signed-off-by: Henry Schreiner <[email protected]>
1 parent be42ef5 commit 8eaf3b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.appveyor.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: '{build}'
2+
image: Visual Studio 2019
3+
stack: python 3.12
4+
skip_branch_with_pr: true
5+
init:
6+
- cmd: set PATH=C:\Python312;C:\Python312\Scripts;%PATH%
7+
install:
8+
- ps: python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build virtualenv wheel
9+
build_script:
10+
- ps: |
11+
python -m pip install .
12+
test_script:
13+
- ps: python tests\test.py

0 commit comments

Comments
 (0)