Skip to content

Commit

Permalink
.github/workflows/python: Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Sep 27, 2023
1 parent 0880407 commit 4d08b1c
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,11 @@ jobs:
strategy:
#fail-fast: false
matrix:
python_version: [3.8, 3.9]
# 2021-11: only dev supports 3.10
sphinx_version: [2.*, 3.*]
python_version: ["3.x"]
sphinx_version: [4.*, 5.*, 6.*, 7.*]
include:
# sphinx 1.8
- python_version: "2.7"
sphinx_version: "1.8"
- python_version: "3.5"
sphinx_version: "1.8"
# sphinx 3.1
- python_version: "3.8"
sphinx_version: "3.1"
# sphinx 4.1
- python_version: "3.9"
sphinx_version: "4.1"
# sphinx dev
- python_version: "3.10"
- python_version: "3.x"
sphinx_version: "dev"

steps:
Expand Down

0 comments on commit 4d08b1c

Please sign in to comment.