Skip to content

Commit

Permalink
ci: pin f39 python version so that it works with pydantic version
Browse files Browse the repository at this point in the history
We don't want to change the pydantic version because we want it to be
the same as in fedora 39.
  • Loading branch information
joelynch committed Jun 26, 2024
1 parent 56e79e7 commit 2b65e62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- fedora-version: "38"
python-version: "3.11"
- fedora-version: "39"
python-version: "3.12"
# https://github.com/pydantic/pydantic/issues/9637
python-version: "3.12.3"
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 2b65e62

Please sign in to comment.