We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8104cb2 commit d762926Copy full SHA for d762926
.github/workflows/testing.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
os: [ubuntu-latest, macos-latest, windows-latest]
29
- 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']
30
no-coverage: [0]
31
include:
32
- os: ubuntu-latest
0 commit comments