File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2020 - uses : paddyroddy/.github/actions/python/deployment@f2115592179eb43cf106eeb181adcd003d4cba41 # v0
2121 with :
2222 pyproject-toml : ./pyproject.toml
23- python-version : " 3.12 "
23+ python-version : " 3.13 "
Original file line number Diff line number Diff line change 2020 github-token : ${{ secrets.GITHUB_TOKEN }}
2121 project-directory : ./src/example
2222 pyproject-toml : ./pyproject.toml
23- python-version : " 3.12 "
23+ python-version : " 3.13 "
2424 template-directory : ./documentation
Original file line number Diff line number Diff line change 2626 - ubuntu-latest
2727 - windows-latest
2828 python-version :
29- - " 3.10"
3029 - " 3.11"
3130 - " 3.12"
31+ - " 3.13"
3232 steps :
3333 # yamllint disable-line rule:line-length
3434 - uses : paddyroddy/.github/actions/python/tox@f2115592179eb43cf106eeb181adcd003d4cba41 # v0
Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ classifiers = [
1414 " Operating System :: POSIX" ,
1515 " Programming Language :: Python :: 3" ,
1616 " Programming Language :: Python :: 3 :: Only" ,
17- " Programming Language :: Python :: 3.9" ,
18- " Programming Language :: Python :: 3.10" ,
1917 " Programming Language :: Python :: 3.11" ,
2018 " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
2120 " Typing :: Typed" ,
2221]
2322dependencies = []
@@ -40,7 +39,7 @@ optional-dependencies = {dev = [
4039 " pdoc3" ,
4140]}
4241readme = " README.md"
43- requires-python = " >=3.10 "
42+ requires-python = " >=3.11 "
4443urls = {Code = """ \
4544 https://github.com/paddyroddy/python-template\
4645 """ , Documentation = """ \
@@ -143,9 +142,9 @@ overrides."tool.ruff.lint.isort.section-order".inline_arrays = false
143142legacy_tox_ini = """
144143 [gh-actions]
145144 python =
146- 3.10: py310
147145 3.11: py311
148146 3.12: py312
147+ 3.13: py313
149148
150149 [gh-actions:env]
151150 OS =
You can’t perform that action at this time.
0 commit comments