Skip to content

Commit d78c720

Browse files
Update CI to test on Python 3.10
1 parent b8530b2 commit d78c720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
pytest test --cov
3636
bash <(curl -s https://codecov.io/bash)
3737
38-
# Run normal testing with the latests versions of all dependencies
38+
# Run normal testing with the latest versions of all dependencies
3939
build:
4040
runs-on: ${{ matrix.os }}
4141
strategy:
4242
matrix:
4343
os: [ubuntu-latest]
44-
python-version: ['3.6', '3.7', '3.8', '3.9']
44+
python-version: ['3.7', '3.8', '3.9', '3.10']
4545
steps:
4646
- uses: actions/checkout@v2
4747
- name: Set up Python

0 commit comments

Comments
 (0)