Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Rework pyproject and fix documentation build #39

Merged
merged 6 commits into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading