Skip to content

Commit

Permalink
env: Update supports
Browse files Browse the repository at this point in the history
- Drop python 3.8
- Add python 3.12, 3.13
  • Loading branch information
attakei committed Dec 4, 2024
1 parent adba4d6 commit d9fdfae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
workspace: ['locked', 'latest']
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8
3.9
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ classifiers = [
"Framework :: Sphinx :: Extension",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Documentation :: Sphinx",
]
readme = "README.rst"
Expand All @@ -25,7 +26,7 @@ dependencies = [
"sphinx",
]
dynamic = ["version", "description"]
requires-python = ">= 3.8"
requires-python = ">= 3.9"

[project.optional-dependencies]
doc = [
Expand Down

0 comments on commit d9fdfae

Please sign in to comment.