Skip to content

Commit

Permalink
Merge pull request #618 from acsone/py312-sbi
Browse files Browse the repository at this point in the history
Test with python 3.12
  • Loading branch information
sbidoul committed Jun 26, 2024
2 parents d3e09ae + 7fc946c commit f81a2cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.1
tests:
name: "Test with python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: ${{ matrix.machine }}
Expand All @@ -29,9 +29,11 @@ jobs:
machine: ubuntu-22.04
- python-version: "3.11"
machine: ubuntu-22.04
- python-version: "3.12"
machine: ubuntu-22.04
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
with:
python-version: "${{ matrix.python-version }}"
- name: "Install dependencies"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ envlist =
py39
py310
py311
py312

[testenv]
skip_missing_interpreters = True
Expand All @@ -26,3 +27,4 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

0 comments on commit f81a2cd

Please sign in to comment.