Skip to content

Commit

Permalink
MAINT: Sphinx 4 and Python 3.10 in GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Oct 15, 2021
1 parent 3173b00 commit 14f0c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7]
sphinx: [">=3,<4"]
python-version: [3.6, 3.9, "3.10"] # Oldest support version and latest two versions
sphinx: [">=4,<5"]
include:
- python-version: 3.8
sphinx: ">=2,<3"
sphinx: ">=3,<4"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Text Processing :: Markup
Expand Down

0 comments on commit 14f0c6e

Please sign in to comment.