From 775451498dec90eaec91173f4c048179c813f2bd Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Mon, 12 Feb 2024 20:40:09 +0100 Subject: [PATCH] Testing on Python 3.12. --- .github/workflows/CI.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 17442ef9..182ae48b 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] + python: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ] octoprint: [ "1.5.0", "1.6.0", "1.7.0", "1.8.0", "1.9.0", "1.10.0rc2" ] # todo: use stable 1.10 exclude: # These versions are not compatible to each other: @@ -59,18 +59,28 @@ jobs: python: 3.10 - octoprint: 1.5.0 python: 3.11 + - octoprint: 1.5.0 + python: 3.12 - octoprint: 1.6.0 python: 3.10 - octoprint: 1.6.0 python: 3.11 + - octoprint: 1.6.0 + python: 3.12 - octoprint: 1.7.0 python: 3.10 - octoprint: 1.7.0 python: 3.11 + - octoprint: 1.7.0 + python: 3.12 - octoprint: 1.8.0 python: 3.10 - octoprint: 1.8.0 python: 3.11 + - octoprint: 1.8.0 + python: 3.12 + - octoprint: 1.9.0 + python: 3.12 steps: - uses: actions/checkout@v4 - name: Install Python