From: Tom Christie Date: Wed, 5 Jan 2022 16:04:56 +0000 (+0000) Subject: CI should just use Python 3.9, not "3.9.5" (#2010) X-Git-Tag: 0.21.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb46c2d809a9321a0e878505aa7322a5da904121;p=thirdparty%2Fhttpx.git CI should just use Python 3.9, not "3.9.5" (#2010) --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 836ac372..86b4a03d 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"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: "actions/checkout@v2"