Skip to content

Commit

Permalink
GitHub Actions: Test PyPy 3.10
Browse files Browse the repository at this point in the history
Also, upgrade GitHub Actions `checkout`.
  • Loading branch information
cclauss authored Dec 6, 2023
1 parent cbbc20e commit 497cf8f
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 @@ -22,8 +22,8 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
database-type:
- "sqlite"
- "postgres"
Expand All @@ -42,7 +42,7 @@ jobs:
POSTGRES_PASSWORD: password

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

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 497cf8f

Please sign in to comment.