summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-01-15 22:44:08 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2023-01-15 22:44:08 +0200
commitef697606dc3e7b70bfb944b4ebbb67f9c6638e94 (patch)
tree6cf2d8f9c59ecaa83707330003c1d01ae3a61107 /setup.py
parent3901d4ccdbd7c2450ff6faadebf2d33e2b246a7b (diff)
downloadgitpython-ef697606dc3e7b70bfb944b4ebbb67f9c6638e94.tar.gz
Declare support for Python 3.11
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index daad454d..f64a9cb1 100755
--- a/setup.py
+++ b/setup.py
@@ -121,5 +121,6 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
],
)