Skip to content

Commit cd264de

Browse files
committed
handle python 3.10 separately
1 parent 4875e85 commit cd264de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
17+
python-version: ["3.6", "3.7", "3.8", "3.9"]
1818
sphinx-version: ["", "4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*", "3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*"]
19+
include:
20+
- python-version: "3.10"
21+
sphinx-version: "4.5"
1922

2023
steps:
2124
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)