Skip to content

Commit

Permalink
Test Python 3.12 and PyPy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 3, 2023
1 parent b8f8e79 commit c3c588d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.9", "3.9", "3.10", "3.11"]
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]

steps:
Expand All @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: |
.github/workflows/test.yml
Expand Down

0 comments on commit c3c588d

Please sign in to comment.