Skip to content

Commit ee1801f

Browse files
committed
Add 3.13 to nox
1 parent 79f56c4 commit ee1801f

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
@@ -37,7 +37,7 @@ def build_and_check_dists(session):
3737
session.run("python", "-m", "twine", "check", "dist/*")
3838

3939

40-
@nox.session(python=["3.9", "3.10", "3.11", "3.12"])
40+
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13"])
4141
def tests(session):
4242
session.install("pytest")
4343
session.install("pytest-asyncio")

0 commit comments

Comments
 (0)