File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 392c67f
2+ _commit : ' 4875149 '
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : python
Original file line number Diff line number Diff line change 3232
3333 - name : Install from wheel
3434 run : |
35- uv pip install dist/*.whl --target .
35+ uv pip install dist/*.whl
36+ uv pip install dist/*.whl --target . --no-deps
3637 uv pip install yardang
3738 if : github.event_name == 'workflow_run'
3839
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description = "Check Python source and wheel distributions"
1313readme = " README.md"
1414license = { text = " Apache-2.0" }
1515version = " 0.1.5"
16- requires-python = " >=3.10 "
16+ requires-python = " >=3.11 "
1717keywords = []
1818
1919classifiers = [
@@ -22,7 +22,6 @@ classifiers = [
2222 " Programming Language :: Python :: Implementation :: CPython" ,
2323 " Programming Language :: Python :: Implementation :: PyPy" ,
2424 " Programming Language :: Python :: 3" ,
25- " Programming Language :: Python :: 3.10" ,
2625 " Programming Language :: Python :: 3.11" ,
2726 " Programming Language :: Python :: 3.12" ,
2827 " Programming Language :: Python :: 3.13" ,
You can’t perform that action at this time.
0 commit comments