From 2d8caa97bbe0d302d6acb72fe53327a9e368d817 Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Tue, 2 Apr 2024 13:48:48 +0200 Subject: [PATCH] add 3.12 on gha --- .github/workflows/tox.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 9c7c279..9465bbe 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -9,7 +9,7 @@ jobs: MOZ_HEADLESS: "1" 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] steps: - name: Setup firefox @@ -37,7 +37,7 @@ jobs: runs-on: windows-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] steps: - uses: actions/checkout@v3 @@ -54,7 +54,7 @@ jobs: runs-on: macos-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] steps: - uses: actions/checkout@v3