From 39ab3a3c4d3d414ec1102a6433ee16de9f8b2866 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Mon, 12 Jul 2021 15:30:18 -0700 Subject: [PATCH] Add support for 3.10 --- .github/workflows/run-tests.yml | 2 ++ requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index cf5f0b4b91..8666e56d66 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,6 +16,8 @@ jobs: # brotlipy. Moving pypy3 to only test linux. - python-version: pypy3 os: ubuntu-latest + - python-version: 3.10.0-beta.4 + os: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/requirements-dev.txt b/requirements-dev.txt index effb0c81f5..bc4c3e4b14 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest>=2.8.0,<=3.10.1 +pytest>=2.8.0,<=6.2.5 pytest-cov pytest-httpbin==1.0.0 pytest-mock==2.0.0