mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
Add Python 3.11 release candidate 2 to the testing
Python 3.11 will be on average 22% faster than Python 3.10 so let’s give it a spin... https://www.python.org/download/pre-releases
This commit is contained in:
parent
af3468fa05
commit
e4358725b1
6
.github/workflows/python-package.yml
vendored
6
.github/workflows/python-package.yml
vendored
@ -16,12 +16,12 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9, '3.10', pypy-3.8, pypy-3.9]
|
||||
python-version: [3.7, 3.8, 3.9, '3.10', 3.11-dev, pypy-3.8, pypy-3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user