Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Added python3.10 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Oct 10, 2021
1 parent 73ae8fb commit 7f25520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
pyver: [3.6, 3.7, 3.8, 3.9, pypy3]
pyver: ["3.6", "3.7", "3.8", "3.9", "3.10", pypy3]
uvloop: [uvloop, no-uvloop]
redis: [5.0.10, 6.2.4]
exclude:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.8"
- name: Install dependencies
run:
python -m pip install -U pip wheel twine
Expand Down

0 comments on commit 7f25520

Please sign in to comment.