Skip to content

Commit faba940

Browse files
feat: allow Python 3.10 (#417)
* feat: allow Python 3.10 * add missing test configs * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c2d8098 commit faba940

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"Programming Language :: Python :: 3.7",
7878
"Programming Language :: Python :: 3.8",
7979
"Programming Language :: Python :: 3.9",
80+
"Programming Language :: Python :: 3.10",
8081
"Operating System :: OS Independent",
8182
"Topic :: Internet",
8283
"Topic :: Scientific/Engineering",
@@ -85,7 +86,7 @@
8586
packages=packages,
8687
install_requires=dependencies,
8788
extras_require=extras,
88-
python_requires=">=3.7, <3.10",
89+
python_requires=">=3.7, <3.11",
8990
include_package_data=True,
9091
zip_safe=False,
9192
)

testing/constraints-3.10.txt

Whitespace-only changes.

testing/constraints-3.11.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)