Skip to content

Commit

Permalink
Merge pull request #176 from beregond/update/pypy-support
Browse files Browse the repository at this point in the history
Switch pypy 3.8 to 3.9 and 3.10
  • Loading branch information
beregond authored Dec 4, 2023
2 parents 54af88e + 0aa30bb commit bb16ab0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 6
max-parallel: 7
matrix:
python-version: ["pypy-3.8", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Features

* Fully tested with Python 3.8+.

* Support for PyPy 3.8 (see implementation notes in docs for more details).
* Support for PyPy 3.9 and 3.10 (see implementation notes in docs for more details).

* Create Django-like models:

Expand Down
1 change: 1 addition & 0 deletions history/1699638234308787-45de861
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed PyPy 3.8 support.
1 change: 1 addition & 0 deletions history/1699638246045444-8a28355
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added PyPy 3.9 support.
1 change: 1 addition & 0 deletions history/1699638249190193-1aa7841
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added PyPy 3.10 support.

0 comments on commit bb16ab0

Please sign in to comment.