Skip to content

Commit

Permalink
Merge pull request AdaCore#683 from JulienBortolussiAda/bortolussi/ad…
Browse files Browse the repository at this point in the history
…d_python_3.12_CI

Add python 3.12 tests in the CI
  • Loading branch information
JulienBortolussiAda authored Mar 25, 2024
2 parents 4b4a277 + 400921f commit 6bc7c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python: ["3.9", "3.10", "3.11"]
python: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6bc7c78

Please sign in to comment.