Skip to content

Commit b14f629

Browse files
authored
Merge branch 'develop' into felixdivo-patch-usb2can-warning
2 parents 91b097f + 0073548 commit b14f629

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1595
-550
lines changed

.appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ environment:
33

44
# For Python versions available on Appveyor, see
55
# https://www.appveyor.com/docs/windows-images-software/#python
6-
# Python pre-2.7 and 3.0-3.4 have reached EOL
6+
# Only Python 3.6+ is supported
77

8-
- PYTHON: "C:\\Python27"
9-
- PYTHON: "C:\\Python35"
108
- PYTHON: "C:\\Python36"
119
- PYTHON: "C:\\Python37"
12-
- PYTHON: "C:\\Python27-x64"
13-
- PYTHON: "C:\\Python35-x64"
1410
- PYTHON: "C:\\Python36-x64"
1511
- PYTHON: "C:\\Python37-x64"
1612

0 commit comments

Comments
 (0)