summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}