Skip to content

Commit

Permalink
tests: include Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 11, 2021
1 parent 66d8b06 commit fa4eab8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version "3.10"

# Currently doesn't activate 3.10 too
- uses: excitedleigh/setup-nox@v2.0.0

- name: Run tests
Expand Down

0 comments on commit fa4eab8

Please sign in to comment.