[.github/workflows] test python 3.11

This commit is contained in:
Mort Yao 2023-02-15 16:20:47 +01:00
parent 2ba7493f12
commit 2aaa877a9b
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -1,5 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: develop
@ -16,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', 3.11-dev, pypy-3.8, pypy-3.9]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.8, pypy-3.9]
steps:
- uses: actions/checkout@v3