Skip to content

Commit 2d8caa9

Browse files
committed
add 3.12 on gha
1 parent 0a7cbf0 commit 2d8caa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tox.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
MOZ_HEADLESS: "1"
1010
strategy:
1111
matrix:
12-
python: [3.7, 3.8, 3.9, "3.10", 3.11]
12+
python: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
1313

1414
steps:
1515
- name: Setup firefox
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: windows-latest
3838
strategy:
3939
matrix:
40-
python: [3.7, 3.8, 3.9, "3.10", 3.11]
40+
python: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
4141

4242
steps:
4343
- uses: actions/checkout@v3
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: macos-latest
5555
strategy:
5656
matrix:
57-
python: [3.7, 3.8, 3.9, "3.10", 3.11]
57+
python: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
5858

5959
steps:
6060
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)