Skip to content

Commit 112a5f9

Browse files
authored
fix: appveyor configuration (#171)
Why is this change necessary? * New minor versions of python updated in the appveyor images.
1 parent 4f074d9 commit 112a5f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
matrix:
1313

1414
- PYTHON: "C:\\Python27-x64"
15-
PYTHON_VERSION: '2.7.17'
15+
PYTHON_VERSION: '2.7.18'
1616
PYTHON_ARCH: '64'
1717
LINE_COVERAGE: '91'
1818
NEW_FLAKE8: 0
@@ -24,7 +24,7 @@ environment:
2424
NEW_FLAKE8: 0
2525
JAVA_HOME: "C:\\Program Files\\Java\\jdk11"
2626
- PYTHON: "C:\\Python37-x64"
27-
PYTHON_VERSION: '3.7.4'
27+
PYTHON_VERSION: '3.7.7'
2828
PYTHON_ARCH: '64'
2929
LINE_COVERAGE: '91'
3030
NEW_FLAKE8: 0

0 commit comments

Comments
 (0)