8000 Silence warning and use newest AppVeyor image for 3.9 · pythonnet/pythonnet@5cce57f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5cce57f

Browse files
committed
Silence warning and use newest AppVeyor image for 3.9
1 parent e831225 commit 5cce57f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: '{branch}-{build}'
22
build: off
33

44
image:
5-
- Visual Studio 2017
6-
5+
- Visual Studio 2019
6+
77
platform:
88
- x86
99
- x64
@@ -25,7 +25,7 @@ environment:
2525
BUILD_OPTS: --xplat
2626
- PYTHON_VERSION: 3.5
2727
BUILD_OPTS: --xplat
28-
- PYTHON_VERSION: 2.7
28+
- PYTHON_VERSION: 2.7
2929
BUILD_OPTS: --xplat
3030
- PYTHON_VERSION: 3.9
3131
- PYTHON_VERSION: 3.8

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
import subprocess
1414
import sys
1515
import sysconfig
16-
from distutils import spawn
17-
from distutils.command import install, build, build_ext, install_data, install_lib
1816

1917
from setuptools import Extension, setup
18+
from distutils import spawn
19+
from distutils.command import install, build, build_ext, install_data, install_lib
2020

2121
try:
2222
from wheel import bdist_wheel

0 commit comments

Comments
 (0)
0