File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 7575 language : python
7676 files : ^(requirements\.txt|pyproject\.toml)$
7777 alias : deps
78- language_version : " 3.9 " # minimal we support officially
78+ language_version : " 3.10 " # minimal we support officially
7979 additional_dependencies :
8080 - pip>=22.3.1
8181 - id : pip-compile
8484 files : ^(requirements\.txt|pyproject\.toml)$
8585 alias : up
8686 stages : [manual]
87- language_version : " 3.9 " # minimal we support officially
87+ language_version : " 3.10 " # minimal we support officially
8888 additional_dependencies :
8989 - pip>=22.3.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010# https://peps.python.org/pep-0621/#readme
11- requires-python = " >=3.9 "
11+ requires-python = " >=3.10 "
1212dynamic = [" version" ]
1313name = " pytest-plus"
1414description = " PyTest Plus Plugin :: extends pytest functionality"
@@ -33,7 +33,7 @@ classifiers = [
3333 " Programming Language :: Python :: 3.10" ,
3434 " Programming Language :: Python :: 3.11" ,
3535 " Programming Language :: Python :: 3.12" ,
36- " Programming Language :: Python :: 3.9 " ,
36+ " Programming Language :: Python :: 3.13 " ,
3737 " Programming Language :: Python" ,
3838 " Topic :: Software Development :: Quality Assurance" ,
3939 " Topic :: Software Development :: Testing" ,
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.9
2+ # This file is autogenerated by pip-compile with Python 3.10
33# by the following command:
44#
55# pip-compile --extra=test --no-annotate --output-file=requirements.txt --strip-extras pyproject.toml
66#
7- coverage == 7.3.2
8- exceptiongroup == 1.1.3
7+ coverage == 7.6.10
8+ exceptiongroup == 1.2.2
99iniconfig == 2.0.0
10- jinja2 == 3.1.2
11- markupsafe == 2.1.3
12- packaging == 23 .2
13- pluggy == 1.3 .0
14- pytest == 7.4.2
15- pytest-html == 4.0.2
16- pytest-metadata == 3.0.0
17- tomli == 2.0 .1
10+ jinja2 == 3.1.5
11+ markupsafe == 3.0.2
12+ packaging == 24 .2
13+ pluggy == 1.5 .0
14+ pytest == 8.3.4
15+ pytest-html == 4.1.1
16+ pytest-metadata == 3.1.1
17+ tomli == 2.2 .1
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ description = Bump all test dependencies
8282# we reuse the lint environment
8383envdir = {toxworkdir}/lint
8484skip_install = true
85- basepython = python3.9
85+ basepython = python3.10
8686deps =
8787 {[testenv:lint]deps}
8888setenv =
You can’t perform that action at this time.
0 commit comments