summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-09-09 19:04:27 +0100
committerGitHub <noreply@github.com>2021-09-09 19:04:27 +0100
commitd6017fbe075dcd0f1e146ad460449c89bfdcdc0b (patch)
tree6a5179252ea6a8d2554da1cb200132458a67efa9 /setup.py
parent4ed0531c04cea95e93fc4829ae6b01577697172f (diff)
downloadgitpython-d6017fbe075dcd0f1e146ad460449c89bfdcdc0b.tar.gz
Update setup.py
Comment out python 3.10 for next release
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 14e36dff..bf24ccce 100755
--- a/setup.py
+++ b/setup.py
@@ -119,6 +119,6 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
- "Programming Language :: Python :: 3.10"
+ # "Programming Language :: Python :: 3.10"
]
)