Skip to content

Commit

Permalink
Add support for Python 3.10 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 10, 2021
1 parent 1d968a1 commit a54afee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
tox_env: "py38"
- v: "3.9"
tox_env: "py39"
- v: "3.10"
tox_env: "py310"
- v: "3.9"
tox_env: "linting"
os: [ubuntu-latest, windows-latest]
Expand All @@ -27,9 +29,9 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python.v }}
- name: Install tox
Expand Down

0 comments on commit a54afee

Please sign in to comment.