Skip to content

Commit

Permalink
MAINT: Rework pyproject and fix documentation build (#39)
Browse files Browse the repository at this point in the history
* MAINT: Update pdm lockfile

* MAINT: Remove black, switch to py3.8

* MAINT: Update pyproject and sync with asv

* MAINT: Use dynamic versions

* MAINT: Switch back to 3.7

* DOC: Link to the development page
  • Loading branch information
HaoZeke committed Feb 11, 2024
1 parent f382796 commit 8b0b269
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 909 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.8'
- run: pip wheel -w ./wheelhouse/ .

- uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ cython_debug/
.pdm-python
/docs/source/CHANGELOG.md
/docs/html/
/asv_runner/_version.py
2 changes: 2 additions & 0 deletions changelog.d/39.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The lowest supported version of `python` for building the `asv_runner` documentation is now `3.8`, since `3.7` has been EOL for [many months
now](https://endoflife.date/python).
1 change: 1 addition & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ measure and analyze the performance of your Python packages.
apidocs/index
bplugin-list
development/benchmark_plugins
CHANGELOG
```

Expand Down
Loading

0 comments on commit 8b0b269

Please sign in to comment.