Skip to content

Commit

Permalink
Create test matrix for python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrehan committed Jan 15, 2025
1 parent a6a517c commit dc048a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GIT_TOKEN }}
- name: Set up Python 3.13
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
python-version: ${{ matrix.python }}
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit dc048a7

Please sign in to comment.