Run tests against Python 3.11 stable (#2420)

Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
Michael K 2022-11-07 13:57:48 +00:00 committed by GitHub
parent 1aea9539bb
commit 9f9deea944
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.7", "3.8", "3.9", "3.10", "3.11-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: "actions/checkout@v3"