@@ -18,7 +18,7 @@ license = "Apache-2.0"
1818authors = [
1919 { name = " Alethea Katherine Flowers" , email = " me@thea.codes" },
2020]
21- requires-python = " >=3.9 "
21+ requires-python = " >=3.8 "
2222classifiers = [
2323 " Development Status :: 5 - Production/Stable" ,
2424 " Environment :: Console" ,
@@ -29,6 +29,7 @@ classifiers = [
2929 " Operating System :: Unix" ,
3030 " Programming Language :: Python" ,
3131 " Programming Language :: Python :: 3 :: Only" ,
32+ " Programming Language :: Python :: 3.8" ,
3233 " Programming Language :: Python :: 3.9" ,
3334 " Programming Language :: Python :: 3.10" ,
3435 " Programming Language :: Python :: 3.11" ,
@@ -52,6 +53,7 @@ optional-dependencies.pbs = [
5253 " pbs-installer[all]>=2025.1.6" ,
5354]
5455optional-dependencies.tox-to-nox = [
56+ " importlib-resources; python_version<'3.9'" ,
5557 " jinja2" ,
5658 " tox>=4" ,
5759]
@@ -70,7 +72,7 @@ dev = [
7072 { include-group = " test" },
7173]
7274test = [
73- " coverage[toml]>=7.10.3 " ,
75+ " coverage[toml]>=7.2 " ,
7476 " pytest>=7.4; python_version>='3.12'" ,
7577 " pytest>=7; python_version<'3.12'" ,
7678 " pytest-cov>=3" ,
@@ -132,9 +134,7 @@ markers = [
132134]
133135
134136[tool .coverage ]
135- run.core = " sysmon"
136137run.branch = true
137- run.patch = [ " subprocess" ]
138138run.relative_files = true
139139run.source_pkgs = [ " nox" ]
140140run.disable_warnings = [
0 commit comments