Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-04-11 06:44:51 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-04-11 06:44:51 +0300
commit9a7ed23e44883c384a838c44a37e4b980ca4e144 (patch)
treea979fa791602f3c732e49c509ba7793a73c2bcf9 /.github
parent2308a2fffaa234439ebf3357c5814154caa5873b (diff)
test: docutils-0.13 is no longer supported. Skip using in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3cdda918c..204850cce 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,13 +12,13 @@ jobs:
include:
- name: py36
python: 3.6
- docutils: du13
+ docutils: du14
- name: py37
python: 3.7
- docutils: du14
+ docutils: du15
- name: py38
python: 3.8
- docutils: du15
+ docutils: du16
- name: py39
python: 3.9
docutils: du16