Skip to content

Commit 10bf7d2

Browse files
committed
update the minimal python version to 3.10 in template/pyproject.toml.jinja
1 parent caf8c92 commit 10bf7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ keywords = [
3838
license = {file = "LICENSE"}
3939
name = "{{ package_name }}"
4040
readme = {file = "README.md", content-type = "text/markdown"}
41-
requires-python = ">=3.8"
41+
requires-python = ">=3.10"
4242
version = "{{ version }}"
4343

4444
[project.optional-dependencies]
@@ -87,7 +87,7 @@ command_line = "-m pytest"
8787
[tool.tox]
8888
legacy_tox_ini = """
8989
[tox]
90-
envlist = py38,py39,py310,py311,py312
90+
envlist = py310,py311,py312
9191
skip_missing_interpreters = true
9292
[testenv]
9393
commands = pytest

0 commit comments

Comments
 (0)