From ac2417f93f33a91acd038a81166a2b35b2a3075a Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Wed, 21 Feb 2024 14:32:08 +0000 Subject: [PATCH] Issue #12 try py312 --- .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 d46c85e..98fe539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-ver: [3.7, 3.8, 3.9, '3.10', '3.11'] + python-ver: ['3.12'] os: [ubuntu-latest, windows-latest, macos-latest] experimental: [false]