Skip to content

Commit

Permalink
Add python 3.12 to test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
  • Loading branch information
makaveli10 committed Feb 3, 2025
1 parent 28be233 commit ef7c32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ef7c32d

Please # to comment.