File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 22---
33
44language : python
5- dist : xenial
5+ dist : focal
66cache : pip
77python :
88 - ' 3.6'
@@ -11,6 +11,7 @@ python:
1111 - ' pypy3'
1212 - ' 3.9-dev'
1313
14+ arch : amd64
1415install :
1516
1617 - pip install --upgrade pip
@@ -31,6 +32,14 @@ stages:
3132
3233jobs :
3334 include :
35+ - stage : test
36+ dist : bionic
37+ python : 3.9-dev
38+
39+ - stage : test
40+ arch : arm64
41+ python : 3.9-dev
42+
3443 - stage : deploy_pypi
3544 python : " 3.6"
3645 script : skip
Original file line number Diff line number Diff line change 102102 "flag" ,
103103 "confval" ,
104104 "directive" ,
105+ "role" ,
105106 "confval" ,
106107 "protocol" ,
107108 "typeddict" ,
109+ "namedtuple" ,
108110 }
109111
110112add_module_names = False
Original file line number Diff line number Diff line change 11autodocsumm >= 0.2.0
2- default_values >= 0.0.11
2+ default_values >= 0.2.0
33domdf_sphinx_theme >= 0.1.0
44extras_require >= 0.2.0
55seed_intersphinx_mapping >= 0.1.1
@@ -8,7 +8,7 @@ sphinx-copybutton>=0.2.12
88sphinx-notfound-page >= 0.5
99sphinx-prompt >= 1.1.0
1010sphinx-tabs >= 1.1.13
11- sphinx-toolbox >= 0.7.0
11+ sphinx-toolbox >= 0.8.1
1212sphinxcontrib-httpdomain >= 1.7.0
1313sphinxemoji >= 0.1.6
1414toctree_plus >= 0.0.4
You can’t perform that action at this time.
0 commit comments