summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-05-23 13:18:15 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-05-23 13:27:32 -0500
commit00b45d8bd5090ff9e53d6180ed15a16c9739ac8d (patch)
tree2362aae3778d945aaaa19734505113038592edf2 /.github
parent6f5b05db929ab62f9d83854f9b52135ee01732dd (diff)
downloadrequests-cache-00b45d8bd5090ff9e53d6180ed15a16c9739ac8d.tar.gz
Add tests for python 3.10 beta
Diffstat (limited to '.github')
-rw-r--r--.github/pre-commit.yml2
-rw-r--r--.github/workflows/build.yml11
2 files changed, 8 insertions, 5 deletions
diff --git a/.github/pre-commit.yml b/.github/pre-commit.yml
index 49b5494..448c457 100644
--- a/.github/pre-commit.yml
+++ b/.github/pre-commit.yml
@@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
- rev: 20.8b1
+ rev: 21.5b1
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fa37269..416d48d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-beta.1]
services:
nginx:
image: kennethreitz/httpbin
@@ -30,8 +30,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- - uses: snok/install-poetry@v1.1.4
+ - uses: snok/install-poetry@v1.1.6
with:
+ version: 1.2.0a1
virtualenvs-in-project: true
# Start integration test databases
@@ -95,8 +96,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ env.LATEST_PY_VERSION }}
- - uses: snok/install-poetry@v1.1.4
+ - uses: snok/install-poetry@v1.1.6
with:
+ version: 1.2.0a1
virtualenvs-in-project: true
# Cache packages and reuse until lockfile changes
@@ -129,8 +131,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ env.LATEST_PY_VERSION }}
- - uses: snok/install-poetry@v1.1.4
+ - uses: snok/install-poetry@v1.1.6
with:
+ version: 1.2.0a1
virtualenvs-in-project: true
- name: Set pre-release version number