File tree Expand file tree Collapse file tree 5 files changed +4
-166
lines changed
Expand file tree Collapse file tree 5 files changed +4
-166
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 python-version :
15- - " 3.10"
16- - " 3.11"
17- - " 3.12"
1815 - " 3.13"
16+ - " 3.14"
1917 steps :
2018 - uses : actions/checkout@v6
2119 - name : Install uv and set the python version
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Includes:
88- [ ruff] ( https://docs.astral.sh/ruff/ )
99
1010## Requirements
11- - Python 3.10 +
11+ - Python 3.13 +
1212- [ uv] ( https://docs.astral.sh/uv/ )
1313
1414## Using
Original file line number Diff line number Diff line change @@ -8,12 +8,9 @@ version = "0.0.0"
88description = " Python boilerplate"
99readme = " README.md"
1010license = { file = " LICENSE" }
11- requires-python = " >=3.10 "
11+ requires-python = " >=3.13 "
1212classifiers = [
1313 " Programming Language :: Python :: 3 :: Only" ,
14- " Programming Language :: Python :: 3.10" ,
15- " Programming Language :: Python :: 3.11" ,
16- " Programming Language :: Python :: 3.12" ,
1714 " Programming Language :: Python :: 3.13" ,
1815 " Programming Language :: Python :: 3.14" ,
1916]
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ pre-commit==4.5.0
2727pyyaml == 6.0.2
2828 # via pre-commit
2929ruff == 0.14.8
30- tomli == 2.2.1 ; python_full_version < '3.11'
31- # via mypy
3230typing-extensions == 4.12.2
3331 # via mypy
3432virtualenv == 20.28.1
You can’t perform that action at this time.
0 commit comments