Skip to content

Commit

Permalink
test on 3.13 and pypy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Jul 30, 2024
1 parent 451d17d commit b9370d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, pypy-3.8, pypy-3.9]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13, pypy-3.8, pypy-3.9, pypy-3.10]
os: [macOS-latest, ubuntu-latest, windows-latest]

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set Up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
allow-prereleases: true
cache-dependency-path: |
pyproject.toml
setup.cfg
Expand Down

0 comments on commit b9370d2

Please sign in to comment.