From 9a64fdcef8c16504f2ac62c1a8c7536cb1404c5d Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Thu, 31 Aug 2023 08:35:28 -0400 Subject: [PATCH 1/6] drop 3.11 for 3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3707b039..4aa94732d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.11"] # no particular need for 3.9 or 3.10 + python-version: ["3.7", "3.8", "3.12"] # no particular need for 3.9 or 3.10 os: [macos-latest, ubuntu-latest, windows-latest] steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 From ea4e0343b867cc13c1dd09891763180a5b85c1aa Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Thu, 31 Aug 2023 08:36:54 -0400 Subject: [PATCH 2/6] 3.12.0-rc.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aa94732d..951f2cdd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.12"] # no particular need for 3.9 or 3.10 + python-version: ["3.7", "3.8", "3.12.0-rc.1"] # no particular need for 3.9 or 3.10 os: [macos-latest, ubuntu-latest, windows-latest] steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 From be88f46967b7575e611177f9a84661694940f476 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Thu, 31 Aug 2023 08:38:07 -0400 Subject: [PATCH 3/6] update comment --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 951f2cdd9..9e897b968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.12.0-rc.1"] # no particular need for 3.9 or 3.10 + python-version: ["3.7", "3.8", "3.12.0-rc.1"] # no particular need for 3.9 - 3.11 os: [macos-latest, ubuntu-latest, windows-latest] steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 From 541de75725046b907271d7c1476e39b7c6d3b414 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Thu, 31 Aug 2023 08:42:47 -0400 Subject: [PATCH 4/6] update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e2e67a65a..49c3afb64 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py37,py38,py39,py310 +envlist=py37,py38,py39,py310,py311,py312 [testenv] commands= From af31cdaa5e3c33a5d98fed3dd88e1a4bf4eb170b Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Fri, 6 Oct 2023 21:01:51 -0400 Subject: [PATCH 5/6] Update ci.yml - reference GA 3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 493b189db..7cec2549d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.12.0-rc.1"] # no particular need for 3.9 - 3.11 + python-version: ["3.7", "3.8", "3.12"] # no particular need for 3.9 - 3.11 os: [macos-latest, ubuntu-latest, windows-latest] steps: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 From f7a582b8398f6031a94d0d830441f362b87aee14 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Sat, 7 Oct 2023 17:47:17 -0400 Subject: [PATCH 6/6] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cec2549d..9a738edc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.12"] # no particular need for 3.9 - 3.11 + python-version: ["3.7", "3.8", "3.10", "3.12"] # no particular need for 3.9 - 3.11 os: [macos-latest, ubuntu-latest, windows-latest] steps: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0