Skip to content

Commit

Permalink
Add python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 2, 2024
1 parent 343b619 commit 2008465
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,18 @@ jobs:
PYTHONTAG: py311
PYTHONBIN: python3.11
DISTRO: jammy
- ODOOVERSION: "16.0"
PYTHONTAG: py312
PYTHONBIN: python3.12
DISTRO: jammy
- ODOOVERSION: "17.0"
PYTHONTAG: py311
PYTHONBIN: python3.11
DISTRO: jammy
- ODOOVERSION: "17.0"
PYTHONTAG: py312
PYTHONBIN: python3.12
DISTRO: jammy
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
Expand Down

0 comments on commit 2008465

Please sign in to comment.