Skip to content

Commit

Permalink
Add 3.12 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbscully committed Dec 9, 2023
1 parent 4683422 commit e6df2e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: '11 22 2 * *'
- cron: "11 22 2 * *"

jobs:
tox:
Expand All @@ -13,6 +13,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.12"
- "3.11"
- "3.10"
- "3.9"
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tox]
envlist = py37,py38,py39,py310,py311,lint
envlist = py37,py38,py39,py310,py311,py312,lint

[gh]
python =
3.12 = py312
3.11 = py311
3.10 = py310
3.9 = py39
Expand Down

0 comments on commit e6df2e3

Please sign in to comment.