Skip to content

Commit

Permalink
Update CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jan 25, 2025
1 parent 2ee9466 commit 805eaa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python: [3.9, '3.10', 'pypy-3.7']
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit 805eaa3

Please sign in to comment.