Skip to content

Commit 4cc0190

Browse files
Drop 3.10 for now
1 parent 95158fd commit 4cc0190

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
continue-on-error: true
1010
strategy:
1111
matrix:
12-
python: [2.7, 3.3, 3.4, 3.6, 3.7, 3.8, 3.10]
12+
python: [2.7, 3.3, 3.4, 3.6, 3.7, 3.8]
1313
defusedxml: [none]
1414
include:
1515
- python: 2.7
@@ -24,8 +24,6 @@ jobs:
2424
image: python:3.7-slim
2525
- python: 3.8
2626
image: python:3.8-slim
27-
- python: 3.10
28-
image: python:3.10-slim
2927

3028
container:
3129
image: ${{ matrix.image }}

0 commit comments

Comments
 (0)