Skip to content

Commit

Permalink
Run tests on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Apr 8, 2022
1 parent c758338 commit 94f692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9 ]
python-version: [ 3.8, 3.9, 3.10 ]
click-version: [ click~=7.0, click~=8.0 ]

steps:
Expand Down

0 comments on commit 94f692e

Please sign in to comment.