Skip to content

Commit

Permalink
build: add python 3.12 to pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Feb 25, 2024
1 parent 451d1cc commit 23552a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
skipsdist = true
envlist = py{311}, lint, typing
envlist = py{311,312}, lint, typing
skip_missing_interpreters = True
cs_exclude_words = hass,unvalid

[gh-actions]
python =
3.11: clean, py311, lint, typing
3.12: clean, py312, lint, typing

[testenv]
passenv = TOXENV,CI
Expand Down

0 comments on commit 23552a1

Please sign in to comment.