summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-08 22:31:41 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-12 17:37:23 +0700
commitda7569a4404342b03e96b0e7ac31391ae58aecdd (patch)
treeac519cf49fcfdee8781f710eae84e3a8ea6433e6 /noxfile.py
parent063f2ae74e22db90eb8ecd716c77ffbc889df6fe (diff)
downloadpip-da7569a4404342b03e96b0e7ac31391ae58aecdd.tar.gz
Document and start testing Python 3.9 support
At first use it for GitHub Action for linting.
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py2
1 files changed, 1 insertions, 1 deletions
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():