Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Advertise Python 3.10 support in setup.py (#12111)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Mar 1, 2022
1 parent 5458eb8 commit 4ccc2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/12111.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Advertise support for Python 3.10 in packaging files.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def exec_file(path_segments):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
scripts=["synctl"] + glob.glob("scripts/*"),
cmdclass={"test": TestCommand},
Expand Down

0 comments on commit 4ccc2d0

Please sign in to comment.