Skip to content

Commit

Permalink
Merge pull request #295 from dmgav/tests-with-python312
Browse files Browse the repository at this point in the history
CI: add python 3.12 to the test matrix
  • Loading branch information
dmgav authored Feb 14, 2024
2 parents 60a928e + f464a69 commit 1fee3f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
strategy:
matrix:
use-ipykernel: [false, true]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
pydantic-version: ["<2.0.0", ">=2.0.0"]
group: [1, 2, 3]
exclude:
- python-version: "3.9"
pydantic-version: "<2.0.0"
- python-version: "3.10"
pydantic-version: "<2.0.0"
- python-version: "3.12"
pydantic-version: "<2.0.0"
fail-fast: false

steps:
Expand Down

0 comments on commit 1fee3f7

Please sign in to comment.