8000 Update setup.py · gitpython-developers/GitPython@d6017fb · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d6017fb

Browse files
authored
Update setup.py
Comment out python 3.10 for next release
1 parent 4ed0531 commit d6017fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
119119
"Programming Language :: Python :: 3.7",
120120
"Programming Language :: Python :: 3.8",
121121
"Programming Language :: Python :: 3.9",
122-
"Programming Language :: Python :: 3.10"
122+
# "Programming Language :: Python :: 3.10"
123123
]
124124
)

0 commit comments

Comments
 (0)
2B28
0