summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--changelog.d/7602.doc1
-rwxr-xr-xsetup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/7602.doc b/changelog.d/7602.doc
new file mode 100644

index 0000000000..09039353db --- /dev/null +++ b/changelog.d/7602.doc
@@ -0,0 +1 @@ +Advertise Python 3.8 support in `setup.py`. diff --git a/setup.py b/setup.py
index 5ce06c8987..54ddec8f9f 100755 --- a/setup.py +++ b/setup.py
@@ -114,6 +114,7 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], scripts=["synctl"] + glob.glob("scripts/*"), cmdclass={"test": TestCommand},