Skip to content

Commit

Permalink
feat: allow Python 3.10 (#417)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
tswast and gcf-owl-bot[bot] committed Nov 8, 2021
1 parent c2d8098 commit faba940
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -77,6 +77,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Topic :: Internet",
"Topic :: Scientific/Engineering",
Expand All @@ -85,7 +86,7 @@
packages=packages,
install_requires=dependencies,
extras_require=extras,
python_requires=">=3.7, <3.10",
python_requires=">=3.7, <3.11",
include_package_data=True,
zip_safe=False,
)
Empty file added testing/constraints-3.10.txt
Empty file.
Empty file added testing/constraints-3.11.txt
Empty file.

0 comments on commit faba940

Please sign in to comment.