Skip to content

Commit

Permalink
chore: Test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 7, 2024
1 parent eeae838 commit dc209f6
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 508 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ main ]

env:
FORCE_COLOR: 1

jobs:
pytest:
runs-on: ubuntu-latest
Expand All @@ -20,12 +23,14 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install Poetry
run: |
pip install poetry
Expand Down
Loading

0 comments on commit dc209f6

Please sign in to comment.