From da7569a4404342b03e96b0e7ac31391ae58aecdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 8 Oct 2020 22:31:41 +0700 Subject: Document and start testing Python 3.9 support At first use it for GitHub Action for linting. --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noxfile.py') diff --git a/noxfile.py b/noxfile.py index 1746bb699..93a3b24d8 100644 --- a/noxfile.py +++ b/noxfile.py @@ -69,7 +69,7 @@ def should_update_common_wheels(): # completely to nox for all our automation. Contributors should prefer using # `tox -e ...` until this note is removed. # ----------------------------------------------------------------------------- -@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8", "pypy", "pypy3"]) +@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3"]) def test(session): # Get the common wheels. if should_update_common_wheels(): -- cgit v1.2.1