Skip to content

Commit 70a4035

Browse files
authored
Merge pull request #107 from mrkn/drop-python34
Drop Python 3.4 on 64-bit Windows CI failures on Ruby 2.7 is due to compaction GC. I'll fix it later on another pull-request.
2 parents 572eb2f + 2d98585 commit 70a4035

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

appveyor.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ environment:
66
PYTHONDIR: "C:\\Python27"
77
PYTHON: "C:\\Python27\\python.exe"
88

9-
- ruby_version: "24"
10-
PYTHONDIR: "C:\\Python34"
11-
PYTHON: "C:\\Python34\\python.exe"
12-
139
- ruby_version: "24"
1410
PYTHONDIR: "C:\\Python35"
1511
PYTHON: "C:\\Python35\\python.exe"
@@ -23,10 +19,6 @@ environment:
2319
PYTHONDIR: "C:\\Python27-x64"
2420
PYTHON: "C:\\Python27-x64\\python.exe"
2521

26-
- ruby_version: "24-x64"
27-
PYTHONDIR: "C:\\Python34-x64"
28-
PYTHON: "C:\\Python34-x64\\python.exe"
29-
3022
- ruby_version: "24-x64"
3123
PYTHONDIR: "C:\\Python35-x64"
3224
PYTHON: "C:\\Python35-x64\\python.exe"
@@ -57,10 +49,6 @@ environment:
5749
PYTHONDIR: "C:\\Python27-x64"
5850
PYTHON: "C:\\Python27-x64\\python.exe"
5951

60-
- ruby_version: "23-x64"
61-
PYTHONDIR: "C:\\Python34-x64"
62-
PYTHON: "C:\\Python34-x64\\python.exe"
63-
6452
- ruby_version: "23-x64"
6553
PYTHONDIR: "C:\\Python35-x64"
6654
PYTHON: "C:\\Python35-x64\\python.exe"

0 commit comments

Comments
 (0)