Skip to content

Commit 07727c9

Browse files
committed
Add support for Python 3.10
1 parent 83e6c8d commit 07727c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
python: ["3.6", "3.7", "3.8", "3.9"]
58+
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
5959
include:
6060
- python: "3.6"
6161
tox_env: "py36-pytestlatest"
@@ -65,6 +65,8 @@ jobs:
6565
tox_env: "py38-pytestlatest"
6666
- python: "3.9"
6767
tox_env: "py39-pytestlatest py39-pytest53"
68+
- python: "3.10"
69+
tox_env: "py310-pytestlatest"
6870

6971
steps:
7072
- uses: actions/checkout@v1
@@ -98,7 +100,7 @@ jobs:
98100
- name: Set up Python
99101
uses: actions/setup-python@v1
100102
with:
101-
python-version: "3.7"
103+
python-version: "3.9"
102104
- name: Install wheel
103105
run: |
104106
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)