Be more precise about when to use python 3.11

Only run use 3.11 on versions of of the CLI that we know don't support
3.12.
This commit is contained in:
Andrew Eisenberg 2023-11-01 18:10:09 -07:00
parent bd4005aa6a
commit 9ef69a2c7a
41 changed files with 480 additions and 41 deletions

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -40,7 +40,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -40,7 +40,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -46,7 +46,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -40,7 +40,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -40,7 +40,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -52,7 +52,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -40,7 +40,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -82,7 +82,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -66,7 +66,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -66,7 +66,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -66,7 +66,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -53,7 +53,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -40,7 +40,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -66,7 +66,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -52,7 +52,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -52,7 +52,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -52,7 +52,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -52,7 +52,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -82,7 +82,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -58,7 +58,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

13
.github/workflows/__ruby.yml generated vendored
View file

@ -46,7 +46,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -66,7 +66,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -46,7 +46,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -40,7 +40,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -46,7 +46,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

13
.github/workflows/__test-proxy.yml generated vendored
View file

@ -36,7 +36,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -50,7 +50,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -40,7 +40,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -82,7 +82,18 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'
- name: Check out repository

View file

@ -71,7 +71,13 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'

View file

@ -38,7 +38,13 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
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'