@@ -18,7 +18,7 @@ license = "Apache-2.0"
1818authors = [
1919 { name = " Alethea Katherine Flowers" , email = " me@thea.codes" },
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" ,
@@ -53,7 +52,6 @@ optional-dependencies.pbs = [
5352 " pbs-installer[all]>=2025.1.6" ,
5453]
5554optional-dependencies.tox-to-nox = [
56- " importlib-resources; python_version<'3.9'" ,
5755 " jinja2" ,
5856 " tox>=4" ,
5957]
@@ -72,7 +70,7 @@ dev = [
7270 { include-group = " test" },
7371]
7472test = [
75- " coverage[toml]>=7.2 " ,
73+ " coverage[toml]>=7.10.3 " ,
7674 " pytest>=7.4; python_version>='3.12'" ,
7775 " pytest>=7; python_version<'3.12'" ,
7876 " pytest-cov>=3" ,
@@ -134,7 +132,9 @@ markers = [
134132]
135133
136134[tool .coverage ]
135+ run.core = " sysmon"
137136run.branch = true
137+ run.patch = [ " subprocess" ]
138138run.relative_files = true
139139run.source_pkgs = [ " nox" ]
140140run.disable_warnings = [
0 commit comments