From: Hugo van Kemenade Date: Fri, 27 Aug 2021 13:01:06 +0000 (+0300) Subject: Test under Python 3.10.0 RC 1 (#1820) X-Git-Tag: 1.0.0.beta0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06498df528d0f6e0b0fe9c2695b56aedf03de635;p=thirdparty%2Fhttpx.git Test under Python 3.10.0 RC 1 (#1820) --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 751c5193..87ee45e9 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"] steps: - uses: "actions/checkout@v2"