summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-10-26 13:00:44 -0500
committerJordan Cook <jordan.cook.git@proton.me>2022-10-26 13:00:44 -0500
commitb037f0a28a6194a41b73b972cdde57d1aee2e3fe (patch)
treebbf2b1295ff3e66e4f97839d6f53fd62ce613207 /.github
parent6f9bbf83735da3ba6b3cabad287143cc55300ad6 (diff)
downloadrequests-cache-b037f0a28a6194a41b73b972cdde57d1aee2e3fe.tar.gz
Run CI jobs with python 3.11
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
-rw-r--r--.github/workflows/deploy.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7f02b51..3e7079a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
branches: [main]
workflow_dispatch:
env:
- LATEST_PY_VERSION: '3.10'
+ LATEST_PY_VERSION: '3.11'
PYTEST_VERBOSE: 'true'
jobs:
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.7, 3.8, 3.9, '3.10', 3.11.0-rc.2]
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
fail-fast: false
services:
nginx:
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 2efcd7d..3888a9d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ on:
default: 'false'
env:
- LATEST_PY_VERSION: '3.10'
+ LATEST_PY_VERSION: '3.11'
PYTEST_VERBOSE: 'true'
STRESS_TEST_MULTIPLIER: 7
@@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: [3.7, 3.8, 3.9, '3.10']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, 2.27, latest]
fail-fast: false
runs-on: ${{ matrix.os }}