Skip to content

Commit

Permalink
chore: start testing with python 3.13 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 5, 2024
1 parent 673d790 commit b1b61e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-latest
pydantic:
Expand All @@ -61,6 +62,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
allow-prereleases: true
- run: echo "Cache hit:${{ steps.setup-python.outputs.cache-hit }}" # true if cache-hit occurred on the primary key
- name: Install Dependencies
run: |
Expand Down

0 comments on commit b1b61e9

Please sign in to comment.