Skip to content

Commit 267d99f

Browse files
committed
MNT: Enable CI with Python 3.9, drop Python 3.6
1 parent 60bd8a7 commit 267d99f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
python-version: [3.6, 3.7]
14+
python-version: [3.7, 3.8]
1515
include:
16-
- python-version: 3.8
16+
- python-version: 3.9
1717
test-type: lint
18-
- python-version: 3.8
18+
- python-version: 3.9
1919
test-type: docs
2020

2121
steps:

0 commit comments

Comments
 (0)