Skip to content

Commit

Permalink
all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Oct 17, 2024
1 parent 0593b28 commit ddc5c84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
test:
needs: lint
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install poetry
Expand Down

0 comments on commit ddc5c84

Please sign in to comment.