Skip to content

Commit a572c4f

Browse files
committed
chore: remove python 3.9 support
1 parent 852fd5a commit a572c4f

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
@@ -22,7 +22,7 @@
2222

2323
LINT_PATHS = ["google", "tests", "noxfile.py"]
2424

25-
TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
25+
TEST_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14"]
2626

2727

2828
@nox.session

0 commit comments

Comments
 (0)