File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2121 python-version : ["3.11"]
2222 # Add Python 3.12-3.14 only for Ubuntu
2323 include :
24+ - os : ubuntu-latest
25+ python-version : " 3.10"
2426 - os : ubuntu-latest
2527 python-version : " 3.12"
2628 - os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pytest-isolated"
77dynamic = [" version" ]
88description = " Run marked pytest tests in grouped subprocesses (cross-platform)."
99readme = " README.md"
10- requires-python = " >=3.11 "
10+ requires-python = " >=3.10 "
1111dependencies = [" pytest>=7.0" ]
1212license = " MIT"
1313authors = [
@@ -33,6 +33,7 @@ classifiers = [
3333 " Operating System :: POSIX :: Linux" ,
3434 " Operating System :: MacOS" ,
3535 " Programming Language :: Python :: 3" ,
36+ " Programming Language :: Python :: 3.10" ,
3637 " Programming Language :: Python :: 3.11" ,
3738 " Programming Language :: Python :: 3.12" ,
3839 " Programming Language :: Python :: 3.13" ,
@@ -76,7 +77,7 @@ pytest_isolated = ["py.typed"]
7677
7778[tool .ruff ]
7879line-length = 88
79- target-version = " py311 "
80+ target-version = " py310 "
8081
8182[tool .ruff .lint ]
8283select = [
You can’t perform that action at this time.
0 commit comments