Skip to content

Commit 5b60fa8

Browse files
robtaylorclaude
andcommitted
Require Python >=3.12 and sphinx-autoapi >=3.6.1
- Update Python requirement from >=3.11 to >=3.12 - Update sphinx-autoapi to >=3.6.1 to fix "Unable to read file" bug 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1dacfb8 commit 5b60fa8

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

pdm.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
license = {file = "LICENSE.md"}
1515

16-
requires-python = ">=3.11,<3.14"
16+
requires-python = ">=3.12,<3.14"
1717
dependencies = [
1818
"amaranth[builtin-yosys]>=0.5,<0.7",
1919
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
@@ -79,7 +79,7 @@ dev = [
7979
"ruff>=0.9.2",
8080
"pytest>=7.2.0",
8181
"pytest-cov>=6.0.0",
82-
"sphinx-autoapi>=3.5.0",
82+
"sphinx-autoapi>=3.6.1",
8383
"sphinx~=7.4.7",
8484
"furo>=2024.04.27",
8585
"tomli-w>=1.2.0",

0 commit comments

Comments
 (0)