diff options
author | Chayim <chayim@users.noreply.github.com> | 2022-04-13 13:41:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 13:41:28 +0300 |
commit | 805b1842dbf7a732bad484e418dd7da4ec6ab890 (patch) | |
tree | 48198c24bdba4e04532ce3ef6a93c65d40f03f26 /setup.py | |
parent | cb91eed751c226ebca5b1b8e8d62769fdee9bfbc (diff) | |
download | redis-py-805b1842dbf7a732bad484e418dd7da4ec6ab890.tar.gz |
Adding (experimental) python 3.11 CI (#1991)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ setup( "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ], |