Skip to content

Commit

Permalink
add 3.12 on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Apr 2, 2024
1 parent 0a7cbf0 commit 2d8caa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2d8caa9

Please sign in to comment.