Run CI on 3.9.5 (#1887)

* Update test-suite.yml

* Update test-suite.yml
This commit is contained in:
Tom Christie 2021-10-06 09:46:45 +01:00 committed by GitHub
parent e1abaf146f
commit 1752e4d672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"