We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8530b2 commit d78c720Copy full SHA for d78c720
.github/workflows/main.yml
@@ -35,13 +35,13 @@ jobs:
35
pytest test --cov
36
bash <(curl -s https://codecov.io/bash)
37
38
- # Run normal testing with the latests versions of all dependencies
+ # Run normal testing with the latest versions of all dependencies
39
build:
40
runs-on: ${{ matrix.os }}
41
strategy:
42
matrix:
43
os: [ubuntu-latest]
44
- python-version: ['3.6', '3.7', '3.8', '3.9']
+ python-version: ['3.7', '3.8', '3.9', '3.10']
45
steps:
46
- uses: actions/checkout@v2
47
- name: Set up Python
0 commit comments