Skip to content

Commit dc92f28

Browse files
committed
[appveyor] Update supported Python versions
Remove tests for Python < 3.7 due to updated rdflib version.
1 parent 56f0623 commit dc92f28

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ image: Visual Studio 2017
44

55
environment:
66
matrix:
7-
- PYTHON: "C:\\Python36"
8-
PYVER: 3
9-
BITS: 32
107
- PYTHON: "C:\\Python37"
118
PYVER: 3
129
BITS: 32
@@ -21,9 +18,6 @@ environment:
2118
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
2219
PYVER: 3
2320
BITS: 32
24-
- PYTHON: "C:\\Python36-x64"
25-
PYVER: 3
26-
BITS: 64
2721
- PYTHON: "C:\\Python37-x64"
2822
PYVER: 3
2923
BITS: 64

0 commit comments

Comments
 (0)