summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-09-13 14:32:03 -0500
committerJordan Cook <jordan.cook.git@proton.me>2022-09-29 12:05:13 -0500
commit83641e2a7a5bd159da952fec56492f54cb7960a6 (patch)
tree294af892cc502ca53654664d574f0c32644c717b /.github
parent09de36a70e966925ed7a86652a3fbea704cf293b (diff)
downloadrequests-cache-83641e2a7a5bd159da952fec56492f54cb7960a6.tar.gz
Update dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
-rw-r--r--.github/workflows/deploy.yml4
2 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 14d9404..e2f5e9e 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', 3.11.0-beta.4]
+ python-version: [3.7, 3.8, 3.9, '3.10', 3.11.0-rc.2]
fail-fast: false
services:
nginx:
@@ -33,7 +33,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.3
with:
- version: 1.2.0b1
virtualenvs-in-project: true
# Start integration test databases
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index ea290a2..8c3d14b 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -49,7 +49,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.3
with:
- version: 1.2.0b1
virtualenvs-in-project: true
# Start integration test databases
@@ -122,9 +121,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ env.LATEST_PY_VERSION }}
- - uses: snok/install-poetry@v1.3
+ - uses: snok/install-psoetry@v1.3
with:
- version: 1.2.0b1
virtualenvs-in-project: true
- name: Set pre-release version