Skip to content

Commit

Permalink
add tests for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Jul 31, 2023
1 parent b6ad9f7 commit 3d140ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py37,py38,py39,py310,py311
envlist=py37,py38,py39,py310,py311,py312

[testenv]
whitelist_externals=
Expand Down

0 comments on commit 3d140ef

Please sign in to comment.