Skip to content

Commit a54afee

Browse files
authored
Add support for Python 3.10 (#102)
1 parent 1d968a1 commit a54afee

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
@@ -19,6 +19,8 @@ jobs:
1919
tox_env: "py38"
2020
- v: "3.9"
2121
tox_env: "py39"
22+
- v: "3.10"
23+
tox_env: "py310"
2224
- v: "3.9"
2325
tox_env: "linting"
2426
os: [ubuntu-latest, windows-latest]
@@ -27,9 +29,9 @@ jobs:
2729
run: |
2830
git config --global core.autocrlf false
2931
git config --global core.eol lf
30-
- uses: actions/checkout@v1
32+
- uses: actions/checkout@v2
3133
- name: Set up Python
32-
uses: actions/setup-python@v1
34+
uses: actions/setup-python@v2
3335
with:
3436
python-version: ${{ matrix.python.v }}
3537
- name: Install tox

0 commit comments

Comments
 (0)