Skip to content

Commit

Permalink
Add py3.10 for testing (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Mar 17, 2022
1 parent 8104cb2 commit d762926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
no-coverage: [0]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit d762926

Please sign in to comment.