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 75
75
language : python
76
76
files : ^(requirements\.txt|pyproject\.toml)$
77
77
alias : deps
78
- language_version : " 3.9 " # minimal we support officially
78
+ language_version : " 3.10 " # minimal we support officially
79
79
additional_dependencies :
80
80
- pip>=22.3.1
81
81
- id : pip-compile
84
84
files : ^(requirements\.txt|pyproject\.toml)$
85
85
alias : up
86
86
stages : [manual]
87
- language_version : " 3.9 " # minimal we support officially
87
+ language_version : " 3.10 " # minimal we support officially
88
88
additional_dependencies :
89
89
- pip>=22.3.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
9
9
[project ]
10
10
# https://peps.python.org/pep-0621/#readme
11
- requires-python = " >=3.9 "
11
+ requires-python = " >=3.10 "
12
12
dynamic = [" version" ]
13
13
name = " pytest-plus"
14
14
description = " PyTest Plus Plugin :: extends pytest functionality"
@@ -33,7 +33,7 @@ classifiers = [
33
33
" Programming Language :: Python :: 3.10" ,
34
34
" Programming Language :: Python :: 3.11" ,
35
35
" Programming Language :: Python :: 3.12" ,
36
- " Programming Language :: Python :: 3.9 " ,
36
+ " Programming Language :: Python :: 3.13 " ,
37
37
" Programming Language :: Python" ,
38
38
" Topic :: Software Development :: Quality Assurance" ,
39
39
" Topic :: Software Development :: Testing" ,
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.9
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
3
# by the following command:
4
4
#
5
5
# pip-compile --extra=test --no-annotate --output-file=requirements.txt --strip-extras pyproject.toml
6
6
#
7
- coverage == 7.3.2
8
- exceptiongroup == 1.1.3
7
+ coverage == 7.6.10
8
+ exceptiongroup == 1.2.2
9
9
iniconfig == 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
82
82
# we reuse the lint environment
83
83
envdir = {toxworkdir}/lint
84
84
skip_install = true
85
- basepython = python3.9
85
+ basepython = python3.10
86
86
deps =
87
87
{[testenv:lint]deps}
88
88
setenv =
You can’t perform that action at this time.
0 commit comments