From: Tom Christie Date: Wed, 6 Oct 2021 08:46:45 +0000 (+0100) Subject: Run CI on 3.9.5 (#1887) X-Git-Tag: 0.20.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1752e4d6727e1cbdae3db965fc68f18f63d461f6;p=thirdparty%2Fhttpx.git Run CI on 3.9.5 (#1887) * Update test-suite.yml * Update test-suite.yml --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 87ee45e9..edbd13e6 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-rc.1"] + python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10.0-rc.1"] steps: - uses: "actions/checkout@v2"