From: Marcelo Trylesinski Date: Wed, 6 Oct 2021 09:13:34 +0000 (+0200) Subject: Bump Python 3.10 in the CI (#1886) X-Git-Tag: 0.20.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2212dda7c712f5a0d2d962658aaf8e8e75283192;p=thirdparty%2Fhttpx.git Bump Python 3.10 in the CI (#1886) Co-authored-by: Tom Christie --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index edbd13e6..836ac372 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.5", "3.10.0-rc.1"] + python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10"] steps: - uses: "actions/checkout@v2"