Skip to content

Commit a342745

Browse files
committed
add python3.12 to nox
1 parent c33c858 commit a342745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
package = "mdio"
26-
python_versions = ["3.11", "3.10", "3.9"]
26+
python_versions = ["3.12", "3.11", "3.10", "3.9"]
2727
nox.needs_version = ">= 2022.1.7"
2828
nox.options.sessions = (
2929
"pre-commit",

0 commit comments

Comments
 (0)