File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11version : 2
22
33build :
4- os : ubuntu-22.04
5- tools :
6- python : " 3.10 "
4+ os : ubuntu-22.04
5+ tools :
6+ python : " 3.12 "
77
88python :
9- install :
10- - method : pip
11- path : .
12- extra_requirements :
13- - docs
9+ install :
10+ - method : pip
11+ path : .
12+ extra_requirements :
13+ - docs
1414
1515sphinx :
16- configuration : docs/conf.py
16+ configuration : docs/conf.py
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ masterdata:
5454 uuid : 12345678-1234-1234-1234-123456789012
5555
5656tracklog :
57- - datetime : ' 2020-10-28T14:28:02 '
57+ - datetime : ' 2020-10-28T14:28:02Z '
5858 user :
5959 id : testuser
6060 event : created
61- - datetime : ' 2020-10-28T14:46:14 '
61+ - datetime : ' 2020-10-28T14:46:14Z '
6262 user :
6363 id : testuser
6464 event : updated
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ version: "0.12.0" # including for REP and others to build logic on.
33source : fmu # always included, and always this value if FMU made it. For quick identification for external consumers.
44
55tracklog :
6- - datetime : ' 2020-10-28T14:28:02 '
6+ - datetime : ' 2020-10-28T14:28:02Z '
77 user :
88 id : testuser
99 event : created
10- - datetime : ' 2020-10-28T14:46:14 '
10+ - datetime : ' 2020-10-28T14:46:14Z '
1111 user :
1212 id : testuser
1313 event : updated
You can’t perform that action at this time.
0 commit comments