summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2022-11-14 16:54:47 +0400
committerGitHub <noreply@github.com>2022-11-14 06:54:47 -0600
commitc35033f6cc54106ca66ef2d48a9e3564d4fb0e07 (patch)
treec2862e3ba1f6d7d730a5db62dcbd1c29595da7ed /.github
parent9763f09d2ca93c2e10150bfddba341b6a54993ad (diff)
downloadurllib3-c35033f6cc54106ca66ef2d48a9e3564d4fb0e07.tar.gz
Standardize HTTPResponse.read(X) behavior regardless of compression
Co-authored-by: Franek Magiera <framagie@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b3865dc8..63f74276 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,11 +66,11 @@ jobs:
os: ubuntu-20.04 # CPython 3.9.2 is not available for ubuntu-22.04.
experimental: false
nox-session: test-3.9
- - python-version: 3.11-dev
+ - python-version: 3.11
os: ubuntu-20.04
experimental: true
nox-session: test-3.11
- - python-version: 3.11-dev
+ - python-version: 3.11
os: ubuntu-22.04
experimental: true
nox-session: test-3.11