From 07cf96df620f3a1a7097968c9c3896befb778a77 Mon Sep 17 00:00:00 2001 From: Jun Komoda <45822440+junkmd@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:55:22 +0900 Subject: [PATCH] add `Python312`s to ci pipeline (#502) --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2d7972f3..4fd73076 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,8 +19,11 @@ environment: - py: Python310-x64 - py: Python311 - py: Python311-x64 + - py: Python312 + - py: Python312-x64 test_script: + - C:\%py%\Scripts\pip.exe install --upgrade setuptools - C:\%py%\python.exe setup.py install - C:\%py%\Scripts\pip.exe uninstall comtypes -y - C:\%py%\python.exe test_pip_install.py