File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 27
27
" pypy-3.8" ,
28
28
" pypy-3.9" ,
29
29
]
30
- # Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
31
- # https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
32
- exclude :
33
- - { python-version: "3.8", os: "macos-latest", experimental: false }
34
- - { python-version: "3.9", os: "macos-latest", experimental: false }
35
- include :
36
- - { python-version: "3.8", os: "macos-13", experimental: false }
37
- - { python-version: "3.9", os: "macos-13", experimental: false }
38
30
fail-fast : false
39
31
steps :
40
32
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 68
68
graphviz_output_format = "png" # 'svg'
69
69
70
70
# The suffix of source filenames.
71
- source_suffix = ".rst"
71
+ source_suffix = { ".rst" : "restructuredtext" }
72
72
73
73
# The encoding of source files.
74
74
# source_encoding = 'utf-8-sig'
You can’t perform that action at this time.
0 commit comments