Skip to content

Commit bb16ab0

Browse files
authored
Merge pull request #176 from beregond/update/pypy-support
Switch pypy 3.8 to 3.9 and 3.10
2 parents 54af88e + 0aa30bb commit bb16ab0

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
strategy:
9-
max-parallel: 6
9+
max-parallel: 7
1010
matrix:
11-
python-version: ["pypy-3.8", "3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Features
3333

3434
* Fully tested with Python 3.8+.
3535

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

3838
* Create Django-like models:
3939

history/1699638234308787-45de861

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed PyPy 3.8 support.

history/1699638246045444-8a28355

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added PyPy 3.9 support.

history/1699638249190193-1aa7841

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added PyPy 3.10 support.

0 commit comments

Comments
 (0)