Skip to content

Commit 0b32c99

Browse files
authored
Update to 3.13, drop 3.10 (#458)
1 parent 8fe8b89 commit 0b32c99

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- ubuntu-latest
1919
- windows-latest
2020
python-version:
21-
- "3.10"
2221
- "3.11"
2322
- "3.12"
23+
- "3.13"
2424

2525
steps:
2626
- name: Checkout source

cookiecutter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"initialise_git_repository": true,
1010
"deploy_docs_to_github_pages": true,
1111
"github_username": "{{cookiecutter.author_given_names.lower().replace(' ', '-')}}-{{cookiecutter.author_family_names.lower().replace(' ', '-')}}",
12-
"min_python_version": ["3.10", "3.11", "3.12"],
13-
"max_python_version": ["3.12", "3.11", "3.10"],
12+
"min_python_version": ["3.11", "3.12", "3.13"],
13+
"max_python_version": ["3.13", "3.12", "3.11"],
1414
"license": ["MIT", "BSD-3", "GPL-3.0"],
1515
"funder": "",
1616
"__prompts__": {

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ overrides."tool.coverage.paths.source".inline_arrays = false
4343
legacy_tox_ini = """
4444
[gh-actions]
4545
python =
46-
3.10: py310
4746
3.11: py311
4847
3.12: py312
48+
3.13: py313
4949
5050
[gh-actions:env]
5151
OS =
@@ -64,5 +64,5 @@ legacy_tox_ini = """
6464
pytest {posargs}
6565
6666
[tox]
67-
env_list = py3{9,10,11,12}-{linux,macos,windows}
67+
env_list = py3{11,12,13}-{linux,macos,windows}
6868
"""

0 commit comments

Comments
 (0)