Skip to content

Commit 235eeb3

Browse files
Refs #265. Can't test on python 2.6 for now
1 parent 16e512e commit 235eeb3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: [2.6, 2.7, 3.3, 3.4, 3.6, 3.7]
11+
python: [2.7, 3.3, 3.4, 3.6, 3.7]
1212
defusedxml: [none, 0.4.1]
1313
include:
14-
- python: 2.6
15-
image: python:2.6-slim
1614
- python: 2.7
1715
image: python:2.7-slim
1816
- python: 3.3

0 commit comments

Comments
 (0)