Merge branch 'patch-1' of https://github.com/cclauss/you-get into cclauss-patch-1

This commit is contained in:
Mort Yao 2022-10-09 00:20:30 +02:00
commit 4e13999843
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -16,12 +16,12 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies