Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Commit df60225

Browse files
authored
fix typo
1 parent 2c36440 commit df60225

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
@@ -29,7 +29,7 @@
2929
LOCAL_DEPS = ("google-api-core", "google-cloud-core")
3030
NOX_DIR = os.path.abspath(os.path.dirname(__file__))
3131
DEFAULT_INTERPRETER = "3.8"
32-
ALL_INTERPRETERS = ("3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13")
32+
ALL_INTERPRETERS = ("3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13")
3333
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
3434

3535
BLACK_VERSION = "black==22.3.0"

0 commit comments

Comments
 (0)