mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
[.github/workflows] test python 3.11
This commit is contained in:
parent
2ba7493f12
commit
2aaa877a9b
3
.github/workflows/python-package.yml
vendored
3
.github/workflows/python-package.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user