Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 5763cd4

Browse files
Add python 3.9 in ci
1 parent cd8e786 commit 5763cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def tests_impl(session, extras="socks,brotli"):
6161
_clean_coverage("coverage.xml")
6262

6363

64-
@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8", "pypy", "pypy3"])
64+
@nox.session(python=["3.5", "3.6", "3.7", "3.8", "3.9" "pypy", "pypy3"])
6565
def test(session):
6666
tests_impl(session)
6767

0 commit comments

Comments
 (0)