From 3b3d795e36a6924a77fd5a4d73b71f102cc3e648 Mon Sep 17 00:00:00 2001 From: David Rajaratnam Date: Tue, 10 Oct 2023 17:04:48 +1100 Subject: [PATCH] Add testing for Python 3.11 and 3.12 to commit workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99af807..ab35bcc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2