Skip to content

Commit

Permalink
Updating Python versions and Sphinx testing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Oct 28, 2023
1 parent 6e7f6ff commit 4f5d1bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
sphinx: [ "~=4.0", "~=5.0", "~=6.0", "~=7.0" ]
python-version: ["3.8", "3.9", "3.10", "3.11"]
sphinx: [ "~=4.0", "~=7.0" ]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ description = "Integrate interactive code blocks into your documentation with Th
readme = "README.md"
license = "MIT"
license-files = { paths = ["LICENSE"] }
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: Sphinx :: Extension",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 4f5d1bd

Please sign in to comment.