From f8acb368cf4ad63ad81ac6b9116107d31f02f5c1 Mon Sep 17 00:00:00 2001 From: test Date: Thu, 9 Nov 2023 11:34:01 -0500 Subject: [PATCH 1/2] Updating checkout action version and python versions. --- .github/workflows/verify-ghas.yaml | 18 +++++++++--------- .../.github/workflows/CI.yaml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/verify-ghas.yaml b/.github/workflows/verify-ghas.yaml index 88f0032..46b2c55 100644 --- a/.github/workflows/verify-ghas.yaml +++ b/.github/workflows/verify-ghas.yaml @@ -31,9 +31,9 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - python-version: [ 3.8, 3.9, "3.10" ] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 @@ -80,7 +80,7 @@ jobs: rtd: [1, 2] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Fetch Artifacts" uses: actions/download-artifact@v2 @@ -108,11 +108,11 @@ jobs: strategy: # Approximate strategy, uses a few other options matrix: os: [ubuntu-latest , macOS-latest, windows-latest] - python-version: [ 3.8, 3.9, "3.10" ] + python-version: [3.9, "3.10", "3.11"] license: [1] # Nonstandard rtd: [1, 2] # Nonstandard steps: - # - uses: actions/checkout@v3 # This isn't necessary here + # - uses: actions/checkout@v4 # This isn't necessary here - name: "Fetch Artifacts" uses: actions/download-artifact@v2 @@ -176,12 +176,12 @@ jobs: strategy: # Approximate strategy, uses a few other options matrix: os: [ubuntu-latest , macOS-latest, windows-latest] - python-version: [ 3.8, 3.9, "3.10" ] + python-version: [3.9, "3.10", "3.11"] license: [1] # Nonstandard rtd: [1, 2] # Nonstandard steps: - # - uses: actions/checkout@v3 # This isn't necessary here + # - uses: actions/checkout@v4 # This isn't necessary here - name: Additional info about the build shell: bash @@ -243,12 +243,12 @@ jobs: strategy: # Approximate strategy, uses a few other options matrix: os: [ubuntu-latest , macOS-latest, windows-latest] - python-version: [ 3.8, 3.9, "3.10" ] + python-version: [3.9, "3.10", "3.11"] license: [1] # Nonstandard rtd: [1, 2] # Nonstandard steps: - # - uses: actions/checkout@v3 # This isn't necessary here + # - uses: actions/checkout@v4 # This isn't necessary here - name: Additional info about the build shell: bash diff --git a/{{cookiecutter.repo_name}}/.github/workflows/CI.yaml b/{{cookiecutter.repo_name}}/.github/workflows/CI.yaml index baf4a6c..2adc8fd 100644 --- a/{{cookiecutter.repo_name}}/.github/workflows/CI.yaml +++ b/{{cookiecutter.repo_name}}/.github/workflows/CI.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash From c2277a32a48b5800e776f9a5f9ba3819c2b56024 Mon Sep 17 00:00:00 2001 From: test Date: Thu, 9 Nov 2023 11:35:54 -0500 Subject: [PATCH 2/2] Updating reference workflows. --- .github/reference-workflows/CI_1_1_1.yaml | 4 ++-- .github/reference-workflows/CI_1_1_2.yaml | 4 ++-- .github/reference-workflows/CI_1_2_1.yaml | 4 ++-- .github/reference-workflows/CI_1_2_2.yaml | 4 ++-- .github/reference-workflows/CI_1_3_1.yaml | 4 ++-- .github/reference-workflows/CI_1_3_2.yaml | 4 ++-- .github/reference-workflows/CI_2_1_1.yaml | 4 ++-- .github/reference-workflows/CI_2_1_2.yaml | 4 ++-- .github/reference-workflows/CI_2_2_1.yaml | 4 ++-- .github/reference-workflows/CI_2_2_2.yaml | 4 ++-- .github/reference-workflows/CI_2_3_1.yaml | 4 ++-- .github/reference-workflows/CI_2_3_2.yaml | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/reference-workflows/CI_1_1_1.yaml b/.github/reference-workflows/CI_1_1_1.yaml index 471ed8d..42a9ed6 100644 --- a/.github/reference-workflows/CI_1_1_1.yaml +++ b/.github/reference-workflows/CI_1_1_1.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_1_1_2.yaml b/.github/reference-workflows/CI_1_1_2.yaml index 4be4e96..f47dc90 100644 --- a/.github/reference-workflows/CI_1_1_2.yaml +++ b/.github/reference-workflows/CI_1_1_2.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_1_2_1.yaml b/.github/reference-workflows/CI_1_2_1.yaml index 1f5f4b1..4a8bc37 100644 --- a/.github/reference-workflows/CI_1_2_1.yaml +++ b/.github/reference-workflows/CI_1_2_1.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_1_2_2.yaml b/.github/reference-workflows/CI_1_2_2.yaml index fa1aae0..0502079 100644 --- a/.github/reference-workflows/CI_1_2_2.yaml +++ b/.github/reference-workflows/CI_1_2_2.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_1_3_1.yaml b/.github/reference-workflows/CI_1_3_1.yaml index 051554d..6d52c3b 100644 --- a/.github/reference-workflows/CI_1_3_1.yaml +++ b/.github/reference-workflows/CI_1_3_1.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_1_3_2.yaml b/.github/reference-workflows/CI_1_3_2.yaml index e90f30f..8a69609 100644 --- a/.github/reference-workflows/CI_1_3_2.yaml +++ b/.github/reference-workflows/CI_1_3_2.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_2_1_1.yaml b/.github/reference-workflows/CI_2_1_1.yaml index 5825b87..fc901a2 100644 --- a/.github/reference-workflows/CI_2_1_1.yaml +++ b/.github/reference-workflows/CI_2_1_1.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_2_1_2.yaml b/.github/reference-workflows/CI_2_1_2.yaml index ce41591..cefc066 100644 --- a/.github/reference-workflows/CI_2_1_2.yaml +++ b/.github/reference-workflows/CI_2_1_2.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_2_2_1.yaml b/.github/reference-workflows/CI_2_2_1.yaml index 2238454..c8c8267 100644 --- a/.github/reference-workflows/CI_2_2_1.yaml +++ b/.github/reference-workflows/CI_2_2_1.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_2_2_2.yaml b/.github/reference-workflows/CI_2_2_2.yaml index bd4f165..60afdf5 100644 --- a/.github/reference-workflows/CI_2_2_2.yaml +++ b/.github/reference-workflows/CI_2_2_2.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_2_3_1.yaml b/.github/reference-workflows/CI_2_3_1.yaml index cb68282..2eed8cb 100644 --- a/.github/reference-workflows/CI_2_3_1.yaml +++ b/.github/reference-workflows/CI_2_3_1.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash diff --git a/.github/reference-workflows/CI_2_3_2.yaml b/.github/reference-workflows/CI_2_3_2.yaml index c13554d..7a3ba2d 100644 --- a/.github/reference-workflows/CI_2_3_2.yaml +++ b/.github/reference-workflows/CI_2_3_2.yaml @@ -22,10 +22,10 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Additional info about the build shell: bash