aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-08-29 22:51:01 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2023-08-29 22:51:01 +0300
commit17e6d0399f485653bf0c4b91879b58829e1799ff (patch)
tree027113c6a9c95a0aee9e74028de78989da085fce
parentb0d555eb0bd0c594fb6b3a486d639c044b6370b1 (diff)
downloadcachetools-17e6d0399f485653bf0c4b91879b58829e1799ff.tar.gz
Test the supported PyPy3 versions: https://www.pypy.org/posts/2023/06/pypy-v7312-release.html
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9009953..821ee65 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.7", "pypy-3.8"]
+ python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4