Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: unpin python version #4290

Merged
merged 2 commits into from
Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Python version 3.7.7 is pinned due to issue #4256.
# The pinning should be removed as soon as issue #3709 is resolved.
python-version: [3.5, 3.6, 3.7.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8]
backend: ['django', 'sqlalchemy']

services:
Expand Down