Skip to content

Commit df6baf4

Browse files
authored
no 3.10 for mingw as .a is not there
1 parent c54301b commit df6baf4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
- BUILD_TYPE: "Release"
1313
COMPILER: MSVC15
1414
PLATFORM: "x64"
15-
PYTHON_VERSION: 39-x64
15+
PYTHON_VERSION: 310-x64
1616
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
1717
WITH_MPFR: yes
1818
WITH_MPC: yes
@@ -31,8 +31,7 @@ environment:
3131
PYTHON_VERSION: 37-x64
3232
- BUILD_TYPE: "Debug"
3333
COMPILER: MinGW-w64
34-
PYTHON_VERSION: 310-x64
35-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
34+
PYTHON_VERSION: 39-x64
3635
WITH_SYMPY: no
3736
- BUILD_TYPE: "Release"
3837
COMPILER: MSVC15

0 commit comments

Comments
 (0)