Skip to content

Commit

Permalink
Test for 4.*
Browse files Browse the repository at this point in the history
  • Loading branch information
bavovanachte committed May 11, 2021
1 parent 14d3e6d commit 240f883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python: [3.6, 3.7, 3.8]
sphinx: [1.*, 2.*, 3.*]
sphinx: [1.*, 2.*, 3.*, 4.*]
steps:
- uses: actions/checkout@v2
- name: Setup Python
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
python: [3.6, 3.7, 3.8]
sphinx: [ 1.*, 2.*, 3.*]
sphinx: [ 1.*, 2.*, 3.*, 4.*]
steps:
- uses: actions/checkout@v2
- name: Setup Python
Expand Down

0 comments on commit 240f883

Please sign in to comment.