Skip to content

Commit

Permalink
Upgrade python versions in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Oct 15, 2024
1 parent 0a50121 commit 208a4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7,3.8,3.9,"3.10"]
python-version: [3.8,3.9,"3.10","3.11","3.12","3.13"]
env:
PYTHON_COVREPORTS_VERSION: 3.9
PYTHON_COVREPORTS_VERSION: 3.13
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 208a4ea

Please sign in to comment.