From be35b1ed2d1f9453090bb29ac24abe997815ff70 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 15 Oct 2019 20:08:44 +0300 Subject: [PATCH] Declare support for Python 3.8 (#1069) --- CONTRIBUTING.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be7c505..72ffa56 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 1ba7a00..8c9672e 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ setup( "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", -- 2.39.2