Skip to content

Commit afd674c

Browse files
committed
Remove Python 3.6, 3.7 from test matrix, add 3.10
1 parent 1f45dd5 commit afd674c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8, 3.9]
17+
python-version: [3.8, 3.9, 3.10]
1818
celery-version: [4.*, 5.*]
1919
django-version: [2.2, 3.2, 4.0]
2020

0 commit comments

Comments
 (0)