Skip to content

Commit

Permalink
fix(tests): add py312 for tests executed by tox
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Jan 13, 2025
1 parent d35dc7d commit 919e0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4
- name: tox
run: |
sudo apt install -y build-essential libsystemd-dev
sudo apt install -y build-essential g++ libsystemd-dev
pip3 install --user tox
tox -s
kas-ci:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ---------------------------------------------------------------------------

[tox]
envlist = py38,py39,py310,py311
envlist = py38,py39,py310,py311,py312

[testenv]
allowlist_externals = bash
Expand Down

0 comments on commit 919e0d8

Please sign in to comment.