From: Michael K Date: Tue, 6 Oct 2020 13:57:30 +0000 (+0000) Subject: Run tests against Python 3.9 stable (#1348) X-Git-Tag: 0.16.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160e3088cdac7548945deeeb1bbc0e0755524076;p=thirdparty%2Fhttpx.git Run tests against Python 3.9 stable (#1348) Co-authored-by: Tom Christie --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 616588c4..eed46850 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.0-rc.2 - 3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9"] steps: - uses: "actions/checkout@v2"