summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-11 22:34:51 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-11 22:36:09 -0500
commit59c27a7c9027b490b61c1c8f283bb51100be0cbd (patch)
treee45af9fc5442f17bfcf9c549d1288d9ab3758d0f /.github
parent38c43b6e6227108cc3fee1f9e5eff1b047030bf3 (diff)
downloadrequests-cache-59c27a7c9027b490b61c1c8f283bb51100be0cbd.tar.gz
Add tests for python 3.11
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 39d9451..4fe2030 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.7, 3.8, 3.9, '3.10']
+ python-version: [3.7, 3.8, 3.9, '3.10', 3.11.0-beta.3]
fail-fast: false
services:
nginx: