@@ -18,7 +18,7 @@ license = "Apache-2.0"
1818authors = [
1919 {
name =
" Alethea Katherine Flowers" ,
email =
" [email protected] " },
2020]
21- requires-python = " >=3.8 "
21+ requires-python = " >=3.9 "
2222classifiers = [
2323 " Development Status :: 5 - Production/Stable" ,
2424 " Environment :: Console" ,
@@ -29,7 +29,6 @@ classifiers = [
2929 " Operating System :: Unix" ,
3030 " Programming Language :: Python" ,
3131 " Programming Language :: Python :: 3 :: Only" ,
32- " Programming Language :: Python :: 3.8" ,
3332 " Programming Language :: Python :: 3.9" ,
3433 " Programming Language :: Python :: 3.10" ,
3534 " Programming Language :: Python :: 3.11" ,
@@ -54,7 +53,6 @@ optional-dependencies.pbs = [
5453 " pbs-installer[all]>=2025.1.6" ,
5554]
5655optional-dependencies.tox_to_nox = [
57- " importlib-resources; python_version<'3.9'" ,
5856 " jinja2" ,
5957 " tox>=4" ,
6058]
@@ -73,7 +71,7 @@ dev = [
7371 { include-group = " test" },
7472]
7573test = [
76- " coverage[toml]>=7.2 " ,
74+ " coverage[toml]>=7.10.3 " ,
7775 " pytest>=7.4; python_version>='3.12'" ,
7876 " pytest>=7; python_version<'3.12'" ,
7977 " pytest-cov>=3" ,
@@ -158,6 +156,7 @@ markers = [
158156
159157[tool .coverage ]
160158run.branch = true
159+ run.patch = [ " subprocess" ]
161160run.relative_files = true
162161run.source_pkgs = [ " nox" ]
163162run.disable_warnings = [
0 commit comments