Compare commits

..

No commits in common. "c661be05dc5a36d6f69f29e752dd347de20d205a" and "465b818ca270d0633c0c95f22c4213a9373cbd65" have entirely different histories.

View File

@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10" ]
click-version: [ "click~=7.0", "click~=8.0" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.python-version }}
@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.2.0
with:
python-version: '3.x'