Skip to content

Commit bcd3583

Browse files
lwassernamurphy
andcommitted
Update ci-tests-data/run-tests.md
Co-authored-by: Nick Murphy <[email protected]>
1 parent e3c6492 commit bcd3583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-tests-data/run-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ import nox
185185

186186
# The syntax below allows you to use mamba / conda as your environment manager, if you use this approach you don’t have to worry about installing different versions of Python
187187

188-
@nox.session(venv_backend='mamba', python=["3.9", "3.10", "3.11"])
188+
@nox.session(venv_backend='mamba', python=["3.9", "3.10", "3.11", "3.12"])
189189
def test_mamba(session):
190190
"""Nox function that installs dev requirements and runs
191-
tests on Python 3.9 through 3.11
191+
tests on Python 3.9 through 3.12
192192
"""
193193

194194
# Install dev requirements

0 commit comments

Comments
 (0)