Skip to content

Commit

Permalink
Test on Python 3.11 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet authored Feb 19, 2025
1 parent 832959b commit ddeedea
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os:
- macos
- ubuntu
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Install the project
run: uv sync --dev
- name: Run unit tests
run: uv run pytest tests -vv -s
run: uv run pytest tests -vv
- name: Minimize uv cache
run: uv cache prune --ci

0 comments on commit ddeedea

Please sign in to comment.