Skip to content

Commit 35ac50a

Browse files
committed
Updated to align with supported versions
1 parent 95cc6c7 commit 35ac50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from nox.sessions import Session
33

44

5-
@nox.session(python=("3.8", "3.9", "3.10", "3.11"))
5+
@nox.session(python=("3.10", "3.11", "3.12", "3.13"))
66
def tests(session: Session):
77
# fmt: off
88
session.run(

0 commit comments

Comments
 (0)