File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6969 git fetch --tags https://github.com/amaranth-lang/amaranth.git
7070 - name : Set up PDM
7171 uses : pdm-project/setup-pdm@v4
72+ with :
73+ python-version : ' 3.12'
7274 - name : Install dependencies
7375 run : |
7476 pdm install --dev
8890 uses : actions/checkout@v4
8991 - name : Set up PDM
9092 uses : pdm-project/setup-pdm@v4
93+ with :
94+ python-version : ' 3.12'
9195 - name : Install dependencies
9296 run : |
9397 pdm install --dev
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ amaranth-rpc = "amaranth.rpc:main"
3939requires = [" pdm-backend" ]
4040build-backend = " pdm.backend"
4141
42+ [tool .pdm ]
43+ # Remove this once we no longer support Python 3.8.
44+ ignore_package_warnings = [" sphinx*" ]
45+
4246[tool .pdm .build ]
4347# If amaranth 0.3 is checked out with git (e.g. as a part of a persistent editable install or
4448# a git worktree cached by tools like poetry), it can have an empty `nmigen` directory left over,
You can’t perform that action at this time.
0 commit comments