Skip to content

Commit

Permalink
Removendo python 3.8 da lista de versões
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Apr 5, 2020
1 parent 8721218 commit e44cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.5, 3.6, 3.7]
django: [1.8.19, 1.9.13, 1.10.8, 1.11.29, 2.0.13]
exclude:
- django: 2.0.13
Expand Down

0 comments on commit e44cdb9

Please sign in to comment.