summaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-12-04 13:05:10 -0600
committerJordan Cook <jordan.cook.git@proton.me>2022-12-30 15:11:33 -0600
commit851e8750dd32e58554433d1ebebd9fc8d012d4ba (patch)
tree6e67797f1dfbcc0814d2b2536624bec9a9441b93 /.github/workflows/deploy.yml
parentb22db537986f91d72d771731df1828e083e45736 (diff)
downloadrequests-cache-851e8750dd32e58554433d1ebebd9fc8d012d4ba.tar.gz
Add tests for pypy3.9
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 13085d1..c627762 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -115,8 +115,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9']
requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, 2.27, latest]
+ exclude:
+ - os: windows-latest
+ python-version: 'pypy3.9'
fail-fast: false
defaults:
run: