[7.x] Add Python 3.9 to CI
Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
co-authored by
Seth Michael Larson
parent
465185d3a0
commit
a1cac1aaad
@@ -12,6 +12,7 @@ PYTHON_VERSION:
|
|||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
|
- 3.9
|
||||||
|
|
||||||
PYTHON_CONNECTION_CLASS:
|
PYTHON_CONNECTION_CLASS:
|
||||||
- Urllib3HttpConnection
|
- Urllib3HttpConnection
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
|
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@ SOURCE_FILES = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=["2.7", "3.4", "3.5", "3.6", "3.7", "3.8"])
|
@nox.session(python=["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"])
|
||||||
def test(session):
|
def test(session):
|
||||||
session.install(".")
|
session.install(".")
|
||||||
session.install("-r", "dev-requirements.txt")
|
session.install("-r", "dev-requirements.txt")
|
||||||
|
|||||||
Reference in New Issue
Block a user