From dc77e213b6e6b05710b1ed67866947f09a999352 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 22 Oct 2021 15:45:45 +0200 Subject: [PATCH] Remove Py3.10 build from appveyor for now since it fails. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3006d6c..001a773 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ environment: # Note: TWINE_PASSWORD is set in Appveyor settings matrix: - - PYTHON_VERSION: 3.10 + #- PYTHON_VERSION: 3.10 - PYTHON_VERSION: 3.9 - PYTHON_VERSION: 3.8 - PYTHON_VERSION: 3.7