Update PR checks

Stop testing `stable-20220908` bundle as this is no longer supported.
This commit is contained in:
Henry Mercer 2023-11-27 12:41:44 +00:00
parent d1166e6d60
commit 649145214e
43 changed files with 41 additions and 356 deletions

View file

@ -36,18 +36,6 @@ jobs:
PYTHON_VERSION: ${{ matrix.python_version }}
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v4
if: |
matrix.os == 'macos-latest' && (
matrix.version == 'stable-20220908' ||
matrix.version == 'stable-20221211' ||
matrix.version == 'stable-20230418' ||
matrix.version == 'stable-v2.13.5' ||
matrix.version == 'stable-v2.14.6')
with:
python-version: '3.11'
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4