Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit a031b28

Browse files
authored
Declare OEP-7 compliance. (#408)
1 parent 1c827fc commit a031b28

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
language: python
44

55
python:
6-
- "3.5"
6+
- "3.6"
77

88
branches:
99
only:

openedx.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
nick: dev
55
oeps:
6-
oep-2: True
7-
oep-5: True
8-
oep-10: True
6+
oep-2: true
7+
oep-7: true # Python 3
8+
oep-5: true
9+
oep-10: true
910
openedx-release: {ref: master}
10-
owner: edx/platform-team
11-
track-pulls: true
11+
owner: jmbowman
12+
supporting-teams:
13+
- platform-core

0 commit comments

Comments
 (0)