Skip to content

Commit

Permalink
Test with Python 3.12 and 3.13 too
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 31, 2024
1 parent f3f0fec commit 692522d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: ["3.7", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.9", "3.10", "3.11", "3.12", "3.13"]
architecture: [x64, x86]
exclude:
- os: ubuntu-latest
Expand All @@ -26,7 +26,7 @@ jobs:
architecture: ${{ matrix.architecture }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
- name: Run tests
run: |
python setup.py test

0 comments on commit 692522d

Please sign in to comment.