Skip to content

Commit

Permalink
Support Python 3.12 and PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renanivo committed Oct 23, 2023
1 parent 51982c0 commit 70e5edf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
os: [ubuntu-latest, macos-latest]
pytest:
[
Expand All @@ -30,8 +30,10 @@ jobs:
pytest: "pytest>=4.6.0,<5.0.0"
- python-version: "3.11"
pytest: "pytest>=5.0.0,<6.0.0"
- python-version: "pypy-3.9"
os: macos-latest
- python-version: "3.12"
pytest: "pytest>=4.6.0,<5.0.0"
- python-version: "3.12"
pytest: "pytest>=5.0.0,<6.0.0"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 70e5edf

Please sign in to comment.