Skip to content

Commit

Permalink
feat: add support for Python 3.10 (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
ziegenberg and parthea committed Nov 15, 2022
1 parent 6af2132 commit 63ca888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -120,7 +120,7 @@ def system(session):
session.run("py.test", "--verbose", system_test_folder_path, *session.posargs)


@nox.session(python=["3.7", "3.8", "3.9"])
@nox.session(python=["3.7", "3.8", "3.9", "3.10"])
@nox.parametrize(
"library",
["python-pubsub", "python-texttospeech", "python-speech"],
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -54,6 +54,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
],
description=description,
Expand Down

0 comments on commit 63ca888

Please sign in to comment.