Skip to content

Commit

Permalink
Update Python version used to test friend projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Oct 13, 2023
1 parent 3e99049 commit 5ec0320
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# when adding new versions, update the one used to test
# friend projects below to the latest one
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
Expand All @@ -31,7 +33,7 @@ jobs:
- name: Install sphinx-lint to pull dependencies
run: python -m pip install -v .
- name: Download more tests from friend projects
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
run: sh download-more-tests.sh
- name: run tests
run: python -m pytest

0 comments on commit 5ec0320

Please sign in to comment.