Skip to content

Commit 0f8850a

Browse files
committed
fixup! Add support for Python 3.13
1 parent d0ce296 commit 0f8850a

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
@@ -28,7 +28,7 @@
2828
# Black and flake8 clash on the syntax for ignoring flake8's F401 in this file.
2929
BLACK_EXCLUDES = ["--exclude", "^/google/api_core/operations_v1/__init__.py"]
3030

31-
PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
31+
PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3232

3333
DEFAULT_PYTHON_VERSION = "3.10"
3434
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()

0 commit comments

Comments
 (0)