From 60a0eef29878433e568a16b16a8c6e42b59cabe3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 15 Oct 2021 08:28:32 -0400 Subject: Added py310 to support matrix (#1051) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b9cd5bf..85c4569 100755 --- a/setup.py +++ b/setup.py @@ -81,13 +81,14 @@ if __name__ == "__main__": "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", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security :: Cryptography", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking", ], - python_requires=(">=3.6"), + python_requires=">=3.6", packages=find_packages(where="src"), package_dir={"": "src"}, install_requires=[ -- cgit v1.2.1