From a44bc4c164c07e573a216e09ee8ba6aec9e8df0a Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 15 Oct 2019 18:44:53 +0300 Subject: [PATCH] Declare support for Python 3.8 --- CONTRIBUTING.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be7c50528a..72ffa5660f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ to get accepted. You can still try but prepare to be disappointed. ## Technicalities Development on the latest version of Python is preferred. As of this -writing it's 3.7 You can use any operating system. I am using macOS +writing it's 3.8. You can use any operating system. I am using macOS myself and CentOS at work. Install all development dependencies using: diff --git a/setup.py b/setup.py index 1ba7a00785..8c9672e4e1 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ def get_long_description() -> str: "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance",