Skip to content

Commit

Permalink
Run CI with Python 3.12 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 28, 2024
1 parent 4e9b505 commit 0544c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12-dev"
- "3.12"
- "3.13-dev"
fail-fast: false

Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[test,standalone]
python -m pip install .[standalone,test]
- name: Test with pytest
run: python -m pytest -vv --durations 25
Expand Down

0 comments on commit 0544c40

Please sign in to comment.