Skip to content

Commit

Permalink
chore: Test with Python 3.13 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 4, 2024
1 parent 0930801 commit d519524
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 238 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- uses: actions/checkout@v4
Expand All @@ -37,6 +38,7 @@ jobs:
poetry --version
- name: Install dependencies
run: |
poetry env use ${{ matrix.python-version }}
poetry install
- name: Test with pytest
run: |
Expand Down
Loading

0 comments on commit d519524

Please sign in to comment.