Skip to content

Commit

Permalink
CI: upgrade PyPy test runner from 3.9 to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz committed Dec 5, 2023
1 parent dac8a03 commit 1ed60fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.10"]
experimental: [false]
include:
- python-version: "3.10"
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist =
py{38,39}-dj{32,40},
py310-dj{32,40,41},
py311-dj{41,42},
pypy39-dj40
pypy310-dj40

[gh-actions]
python =
Expand All @@ -14,7 +14,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
pypy-3.9: pypy39
pypy-3.10: pypy310


[testenv]
Expand All @@ -35,7 +35,7 @@ deps =
mysqlclient
py{37,38,39,310,311}: psycopg2-binary
; gdal=={env:GDAL_VERSION:2.4}
pypy39: psycopg2cffi>=2.7.6
pypy310: psycopg2cffi>=2.7.6
before_after==1.0.0
jinja2>=2.10
dill
Expand Down

0 comments on commit 1ed60fd

Please sign in to comment.