Skip to content

GitHub Actions: python: ["3.8", "3.9", "3.10", "3.11", "3.12"] #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 10, 2024
Merged
Prev Previous commit
AppVeyor: Python 2.7 and 3.7 from #576
  • Loading branch information
cclauss committed Jan 9, 2024
commit c76be32028a02730441ece0bb3deebc1c70602c3
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# appveyor.yml - http://www.appveyor.com/docs/lang/python
# http://www.appveyor.com/docs/windows-images-software/#visual-studio-2019
# http://www.appveyor.com/docs/windows-images-software/#visual-studio-2022
---
image: Visual Studio 2019
image: Visual Studio 2022
environment:
matrix:
- PY_PYTHON: 2.7
Expand All @@ -27,4 +26,4 @@ test_script:
- py -m tox

after_test:
- python debug-info.py
- py debug-info.py