Skip to content

Commit

Permalink
Update python version and sphinx version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed May 18, 2023
1 parent fd02899 commit 33a88ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', 'pypy3']
sphinx-version: ['4', '5']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.10']
sphinx-version: ['4', '5', '6']
include:
- python-version: '3.10'
sphinx-version: '4.3'
- python-version: '3.10'
sphinx-version: '5'
- python-version: '3.6'
sphinx-version: '3'
- python-version: '3.7'
sphinx-version: '3'
- python-version: '3.6'
sphinx-version: '2'
- python-version: '3.7'
sphinx-version: '2'
name: "Test Extension - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .
black
pytest==6.2.5
wheel==0.34.2
wheel==0.40.0

0 comments on commit 33a88ee

Please sign in to comment.