Skip to content

Commit

Permalink
add Python312s to ci pipeline (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd authored Jan 6, 2024
1 parent b7d5f1f commit 07cf96d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07cf96d

Please sign in to comment.