Skip to content

Commit

Permalink
run update-help.py with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Mar 17, 2024
1 parent 24507fc commit 09e2161
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: macos-3.12-skip-exe
python-version: "3.12"
os: macos-latest
- name: linux-3.12-lint-skip-exe
- name: linux-3.12-lint-update-help-skip-exe
python-version: "3.12"
os: ubuntu-latest
- name: linux-3.11-update-help-pytype-skip-exe
- name: linux-3.11-pytype-skip-exe
python-version: "3.11"
os: ubuntu-latest
- name: linux-3.10-skip-exe
Expand Down
12 changes: 6 additions & 6 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#graph-1
| Data descriptors inherited from graphviz.dot.GraphSyntax:
|
| __dict__
| dictionary for instance variables (if defined)
| dictionary for instance variables
|
| __weakref__
| list of weak references to the object (if defined)
| list of weak references to the object
|
| ----------------------------------------------------------------------
| Methods inherited from BaseGraph:
Expand Down Expand Up @@ -843,10 +843,10 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#digraph-1
| Data descriptors inherited from graphviz.dot.DigraphSyntax:
|
| __dict__
| dictionary for instance variables (if defined)
| dictionary for instance variables
|
| __weakref__
| list of weak references to the object (if defined)
| list of weak references to the object
|
| ----------------------------------------------------------------------
| Methods inherited from BaseGraph:
Expand Down Expand Up @@ -1631,10 +1631,10 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#source-1
| Data descriptors inherited from graphviz.base.LineIterable:
|
| __dict__
| dictionary for instance variables (if defined)
| dictionary for instance variables
|
| __weakref__
| list of weak references to the object (if defined)
| list of weak references to the object
|
| ----------------------------------------------------------------------
| Data descriptors inherited from graphviz.parameters.engines.Engine:
Expand Down

0 comments on commit 09e2161

Please sign in to comment.