summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-10-10 12:54:05 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-10-10 14:01:28 -0500
commite42f6753d017b8d9f9a176c7bc957b13e17f5df5 (patch)
treeaf65c6788b4f5041fa4ec265ed1e4bbd4cd2e4de /.github
parent01dda0c412fab203e2e76db857ce87fa104bd1b6 (diff)
downloadrequests-cache-e42f6753d017b8d9f9a176c7bc957b13e17f5df5.tar.gz
Update tests to use python 3.10 final release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8194381..bbee831 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.7, 3.8, 3.9, 3.10.0-rc.2]
+ python-version: [3.7, 3.8, 3.9, '3.10']
fail-fast: false
services:
nginx: