Skip to content

Commit

Permalink
adjust test matrix for supported pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Oct 23, 2024
1 parent 7bcde61 commit e5fc885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.11", "3.10", "3.9", "3.8", "3.7"]
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.11'
python-version: '3.13'

- name: Build sdist
run: python setup.py sdist
Expand Down

0 comments on commit e5fc885

Please sign in to comment.