From c6542c738634ffba38d7b1b137c62d356aaa686c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 27 Jul 2023 14:11:58 +0300 Subject: [PATCH 1/2] Test 3.12 branch, now main is 3.13 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cec17c3..86e5a42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - branch: [origin/main, 3.11, '3.10', 3.9, 3.8, 3.7] + branch: [origin/main, 3.12, 3.11, '3.10', 3.9, 3.8, 3.7] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 From b61860b2dd578b1e19c47fe4244b9b38c6c3b9c5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 27 Jul 2023 14:38:03 +0300 Subject: [PATCH 2/2] Remove EOL 3.7 Co-authored-by: Alex Waygood --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86e5a42..fa5ed35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - branch: [origin/main, 3.12, 3.11, '3.10', 3.9, 3.8, 3.7] + branch: [origin/main, 3.12, 3.11, '3.10', 3.9, 3.8] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4