From a5f54696ce10d60656d622e2e673d1fe820edf6e Mon Sep 17 00:00:00 2001 From: Jeroen van Bemmel Date: Fri, 27 Oct 2023 16:11:10 +0000 Subject: [PATCH 1/2] * Remove Python 3.7 * Add Python 3.12 --- .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 988766b..5e6cfb1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} From ac8ab22eba8df9b586d791c9d5a69a09cd547d2a Mon Sep 17 00:00:00 2001 From: Jeroen van Bemmel Date: Tue, 14 Nov 2023 16:21:57 +0000 Subject: [PATCH 2/2] Test Python 3.12 update --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6d7de6e..21e8796 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3