diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 6f4486c..e95cbe9 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 392c67f +_commit: '4875149' _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: python diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index da78ddc..3e35bd4 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -32,7 +32,8 @@ jobs: - name: Install from wheel run: | - uv pip install dist/*.whl --target . + uv pip install dist/*.whl + uv pip install dist/*.whl --target . --no-deps uv pip install yardang if: github.event_name == 'workflow_run' diff --git a/pyproject.toml b/pyproject.toml index 351701f..6f7b65a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "Check Python source and wheel distributions" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.5" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [] classifiers = [ @@ -22,7 +22,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",